SerializationExceptions Class |
Namespace: MsgPack.Serialization
The SerializationExceptions type exposes the following members.
Name | Description | |
---|---|---|
NewFailedToDeserializeMember | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that it is failed to deserialize member.
| |
NewIsIncorrectStream | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that the underlying stream is not correct semantically because failed to unpack items count of array/map.
| |
NewIsNotArrayHeader | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that unpacker is not in the array header, that is the state is invalid.
| |
NewIsNotMapHeader | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that unpacker is not in the array header, that is the state is invalid.
| |
NewIsTooLargeCollection | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that the unpacking collection is too large to represents in the current runtime environment.
| |
NewMissingAddMethod | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that target collection type does not declare appropriate Add(T) method.
| |
NewMissingItem | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that item is not found on the unpacking stream.
| |
NewMissingProperty | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that required field is not found on the unpacking stream.
| |
NewNotSupportedBecauseCannotInstanciateAbstractType | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that operation is not supported because type cannot be instanciated.
| |
NewNullIsProhibited | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that the member cannot be null or the unpacking value cannot be nil because nil value is explicitly prohibitted.
| |
NewReadOnlyMemberItemsMustNotBeNull | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that the unpacking value cannot be nil because the target member is read only and its type is collection.
| |
NewStreamDoesNotContainCollectionForMember | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that the unpacking collection value is not a collection.
| |
NewTupleCardinarityIsNotMatch | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that the array length does not match to expected tuple cardinality.
| |
NewTypeCannotDeserialize(Type) | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that value type cannot deserialize.
| |
NewTypeCannotDeserialize(Type, String, Exception) | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that value type cannot deserialize.
| |
NewTypeCannotSerialize | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that value type cannot serialize.
| |
NewUnexpectedArrayLength | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that the unpacking array size is not expected length.
| |
NewUnexpectedEndOfStream | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that unpacking stream ends on unexpectedly position.
| |
NewValueTypeCannotBeNull(Type) | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that value type cannot be null on deserialization.
| |
NewValueTypeCannotBeNull(String, Type, Type) | This is intended to MsgPack for CLI internal use. Do not use this type from application directly.
Returns new exception to notify that value type cannot be null on deserialization.
|