Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Text.Json.ThrowHelper Member List

This is the complete list of members for System.Text.Json.ThrowHelper, including all inherited members.

AddJsonExceptionInformation(ref ReadStack state, in Utf8JsonReader reader, JsonException ex)System.Text.Json.ThrowHelperinlinestatic
AddJsonExceptionInformation(ref WriteStack state, JsonException ex)System.Text.Json.ThrowHelperinlinestatic
GetArgumentException(string message)System.Text.Json.ThrowHelperinlineprivatestatic
GetArgumentException_ReadInvalidUTF16(EncoderFallbackException innerException)System.Text.Json.ThrowHelperinlinestatic
GetArgumentOutOfRangeException(string parameterName, string message)System.Text.Json.ThrowHelperinlineprivatestatic
GetArgumentOutOfRangeException_CommentEnumMustBeInRange(string parameterName)System.Text.Json.ThrowHelperinlinestatic
GetArgumentOutOfRangeException_MaxDepthMustBePositive(string parameterName)System.Text.Json.ThrowHelperinlinestatic
GetFormatException()System.Text.Json.ThrowHelperinlinestatic
GetFormatException(NumericType numericType)System.Text.Json.ThrowHelperinlinestatic
GetFormatException(DataType dateType)System.Text.Json.ThrowHelperinlinestatic
GetInvalidOperationException(string message)System.Text.Json.ThrowHelperinlineprivatestatic
GetInvalidOperationException(string message, JsonTokenType tokenType)System.Text.Json.ThrowHelperinlineprivatestatic
GetInvalidOperationException(JsonTokenType tokenType)System.Text.Json.ThrowHelperinlineprivatestatic
GetInvalidOperationException(string message, Exception innerException)System.Text.Json.ThrowHelperinlinestatic
GetInvalidOperationException(ExceptionResource resource, int currentDepth, byte token, JsonTokenType tokenType)System.Text.Json.ThrowHelperinlinestatic
GetInvalidOperationException_CannotSkipOnPartial()System.Text.Json.ThrowHelperinlinestatic
GetInvalidOperationException_ExpectedArray(JsonTokenType tokenType)System.Text.Json.ThrowHelperinlinestatic
GetInvalidOperationException_ExpectedBoolean(JsonTokenType tokenType)System.Text.Json.ThrowHelperinlinestatic
GetInvalidOperationException_ExpectedChar(JsonTokenType tokenType)System.Text.Json.ThrowHelperinlinestatic
GetInvalidOperationException_ExpectedComment(JsonTokenType tokenType)System.Text.Json.ThrowHelperinlinestatic
GetInvalidOperationException_ExpectedNumber(JsonTokenType tokenType)System.Text.Json.ThrowHelperinlinestatic
GetInvalidOperationException_ExpectedObject(JsonTokenType tokenType)System.Text.Json.ThrowHelperinlinestatic
GetInvalidOperationException_ExpectedString(JsonTokenType tokenType)System.Text.Json.ThrowHelperinlinestatic
GetInvalidOperationException_ExpectedStringComparison(JsonTokenType tokenType)System.Text.Json.ThrowHelperinlinestatic
GetInvalidOperationException_ReadInvalidUTF8(DecoderFallbackException innerException)System.Text.Json.ThrowHelperinlinestatic
GetJsonElementWrongTypeException(JsonTokenType expectedType, JsonTokenType actualType)System.Text.Json.ThrowHelperinlinepackagestatic
GetJsonElementWrongTypeException(string expectedTypeName, JsonTokenType actualType)System.Text.Json.ThrowHelperinlinepackagestatic
GetJsonElementWrongTypeException(JsonValueKind expectedType, JsonValueKind actualType)System.Text.Json.ThrowHelperinlinepackagestatic
GetJsonElementWrongTypeException(string expectedTypeName, JsonValueKind actualType)System.Text.Json.ThrowHelperinlinepackagestatic
GetJsonReaderException(ref Utf8JsonReader json, ExceptionResource resource, byte nextByte, ReadOnlySpan< byte > bytes)System.Text.Json.ThrowHelperinlinestatic
GetPrintableString(byte value)System.Text.Json.ThrowHelperinlinepackagestatic
GetResourceString(ref Utf8JsonReader json, ExceptionResource resource, byte nextByte, string characters)System.Text.Json.ThrowHelperinlineprivatestatic
GetResourceString(ExceptionResource resource, int currentDepth, byte token, JsonTokenType tokenType)System.Text.Json.ThrowHelperinlineprivatestatic
IsPrintable(byte value)System.Text.Json.ThrowHelperinlineprivatestatic
NotSupportedException_NodeCollectionIsReadOnly()System.Text.Json.ThrowHelperinlinestatic
ReThrowWithPath(ref ReadStack state, JsonReaderException ex)System.Text.Json.ThrowHelperinlinestatic
ReThrowWithPath(ref ReadStack state, in Utf8JsonReader reader, Exception ex)System.Text.Json.ThrowHelperinlinestatic
ReThrowWithPath(ref WriteStack state, Exception ex)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException(string message)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException(ReadOnlySpan< byte > propertyName, ReadOnlySpan< byte > value)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException(ReadOnlySpan< byte > propertyName, ReadOnlySpan< char > value)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException(ReadOnlySpan< char > propertyName, ReadOnlySpan< byte > value)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException(ReadOnlySpan< char > propertyName, ReadOnlySpan< char > value)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException_DeserializeWrongType(Type type, object value)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException_DuplicateKey(string propertyName)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException_InvalidCommentValue()System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException_InvalidUTF16(int charAsInt)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException_InvalidUTF8(ReadOnlySpan< byte > value)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException_NodeArrayTooSmall(string paramName)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException_NodeValueNotAllowed(string paramName)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException_PropertyNameTooLarge(int tokenLength)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException_ValueNotSupported()System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentException_ValueTooLarge(int tokenLength)System.Text.Json.ThrowHelperinlinestatic
ThrowArgumentOutOfRangeException_NodeArrayIndexNegative(string paramName)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidCastException_DeserializeUnableToAssignValue(Type typeOfValue, Type declaredType)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException(int currentDepth)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException(string message)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException(ExceptionResource resource, int currentDepth, byte token, JsonTokenType tokenType)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_CannotSerializeInvalidType(Type type, Type parentClassType, MemberInfo memberInfo)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_ConstructorParameterIncompleteBinding(Type parentType)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_ConverterCanConvertMultipleTypes(Type runtimePropertyType, JsonConverter jsonConverter)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_DeserializeUnableToAssignNull(Type declaredType)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_ExtensionDataCannotBindToCtorParam(JsonPropertyInfo jsonPropertyInfo)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_IgnoreConditionOnValueTypeInvalid(string clrPropertyName, Type propertyDeclaringType)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_JsonIncludeOnNonPublicInvalid(string memberName, Type declaringType)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_JsonSerializerOptionsAlreadyBoundToContext()System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_MetadataReferenceOfTypeCannotBeAssignedToType(string referenceId, Type currentType, Type typeToConvert)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_MultiplePropertiesBindToConstructorParameters(Type parentType, string parameterName, string firstMatchName, string secondMatchName)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_NamingPolicyReturnNull(JsonNamingPolicy namingPolicy)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_NeedLargerSpan()System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_NodeAlreadyHasParent()System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_NodeCycleDetected()System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_NoMetadataForType(Type type)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_NoMetadataForTypeCtorParams(JsonSerializerContext context, Type type)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_NoMetadataForTypeProperties(JsonSerializerContext context, Type type)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_NumberHandlingOnPropertyInvalid(JsonPropertyInfo jsonPropertyInfo)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_ReadInvalidUTF16(int charAsInt)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_ReadInvalidUTF16()System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_SerializationConverterNotCompatible(Type converterType, Type type)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_SerializationConverterOnAttributeInvalid(Type classType, MemberInfo memberInfo)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_SerializationConverterOnAttributeNotCompatible(Type classTypeAttributeIsOn, MemberInfo memberInfo, Type typeToConvert)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_SerializationDataExtensionPropertyInvalid(Type type, JsonPropertyInfo jsonPropertyInfo)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_SerializationDuplicateAttribute(Type attribute, Type classType, MemberInfo memberInfo)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_SerializationDuplicateTypeAttribute(Type classType, Type attribute)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_SerializationDuplicateTypeAttribute< TAttribute >(Type classType)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_SerializerConverterFactoryReturnsJsonConverterFactorty(Type converterType)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_SerializerConverterFactoryReturnsNull(Type converterType)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_SerializerOptionsImmutable(JsonSerializerContext context)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_SerializerPropertyNameConflict(Type type, JsonPropertyInfo jsonPropertyInfo)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationException_SerializerPropertyNameNull(Type parentType, JsonPropertyInfo jsonPropertyInfo)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationOrArgumentException(ReadOnlySpan< byte > propertyName, int currentDepth)System.Text.Json.ThrowHelperinlinestatic
ThrowInvalidOperationOrArgumentException(ReadOnlySpan< char > propertyName, int currentDepth)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException(string message=null)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_DeserializeUnableToConvertValue(Type propertyType)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataCannotParsePreservedObjectIntoImmutable(Type propertyType)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataDuplicateIdFound(string id)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataIdIsNotFirstProperty(ReadOnlySpan< byte > propertyName, ref ReadStack state)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataInvalidPropertyWithLeadingDollarSign(ReadOnlySpan< byte > propertyName, ref ReadStack state, in Utf8JsonReader reader)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataInvalidReferenceToValueType(Type propertyType)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataMissingIdBeforeValues(ref ReadStack state, ReadOnlySpan< byte > propertyName)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataPreservedArrayInvalidProperty(ref ReadStack state, Type propertyType, in Utf8JsonReader reader)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataPreservedArrayValuesNotFound(ref ReadStack state, Type propertyType)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataReferenceNotFound(string id)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataReferenceObjectCannotContainOtherProperties(ReadOnlySpan< byte > propertyName, ref ReadStack state)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataReferenceObjectCannotContainOtherProperties()System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataValuesInvalidToken(JsonTokenType tokenType)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataValueWasNotString(JsonTokenType tokenType)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_MetadataValueWasNotString(JsonValueKind valueKind)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_SerializationConverterRead(JsonConverter converter)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_SerializationConverterWrite(JsonConverter converter)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonException_SerializerCycleDetected(int maxDepth)System.Text.Json.ThrowHelperinlinestatic
ThrowJsonReaderException(ref Utf8JsonReader json, ExceptionResource resource, byte nextByte=0, ReadOnlySpan< byte > bytes=default(ReadOnlySpan< byte >))System.Text.Json.ThrowHelperinlinestatic
ThrowMissingMemberException_MissingFSharpCoreMember(string missingFsharpCoreMember)System.Text.Json.ThrowHelperinlinestatic
ThrowNotSupportedException(ref ReadStack state, in Utf8JsonReader reader, NotSupportedException ex)System.Text.Json.ThrowHelperinlinestatic
ThrowNotSupportedException(ref WriteStack state, NotSupportedException ex)System.Text.Json.ThrowHelperinlinestatic
ThrowNotSupportedException_BuiltInConvertersNotRooted(Type type)System.Text.Json.ThrowHelperinlinestatic
ThrowNotSupportedException_CannotPopulateCollection(Type type, ref Utf8JsonReader reader, ref ReadStack state)System.Text.Json.ThrowHelperinlinestatic
ThrowNotSupportedException_ConstructorMaxOf64Parameters(Type type)System.Text.Json.ThrowHelperinlinestatic
ThrowNotSupportedException_DeserializeNoConstructor(Type type, ref Utf8JsonReader reader, ref ReadStack state)System.Text.Json.ThrowHelperinlinestatic
ThrowNotSupportedException_DictionaryKeyTypeNotSupported(Type keyType, JsonConverter converter)System.Text.Json.ThrowHelperinlinestatic
ThrowNotSupportedException_NodeCollectionIsReadOnly()System.Text.Json.ThrowHelperinlinestatic
ThrowNotSupportedException_NoMetadataForType(Type type)System.Text.Json.ThrowHelperinlinestatic
ThrowNotSupportedException_ObjectWithParameterizedCtorRefMetadataNotHonored(ReadOnlySpan< byte > propertyName, ref Utf8JsonReader reader, ref ReadStack state)System.Text.Json.ThrowHelperinlinestatic
ThrowNotSupportedException_SerializationNotSupported(Type propertyType)System.Text.Json.ThrowHelperinlinestatic
ThrowNotSupportedException_TypeRequiresAsyncSerialization(Type propertyType)System.Text.Json.ThrowHelperinlinestatic
ThrowOutOfMemoryException(uint capacity)System.Text.Json.ThrowHelperinlinestatic
ThrowOutOfMemoryException_BufferMaximumSizeExceeded(uint capacity)System.Text.Json.ThrowHelperinlinestatic
ThrowUnexpectedMetadataException(ReadOnlySpan< byte > propertyName, ref Utf8JsonReader reader, ref ReadStack state)System.Text.Json.ThrowHelperinlinepackagestatic