SerializationExceptionsNewReadOnlyMemberItemsMustNotBeNull Method |
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.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public static Exception NewReadOnlyMemberItemsMustNotBeNull(
string memberName
)
Public Shared Function NewReadOnlyMemberItemsMustNotBeNull (
memberName As String
) As Exception
public:
static Exception^ NewReadOnlyMemberItemsMustNotBeNull(
String^ memberName
)
static member NewReadOnlyMemberItemsMustNotBeNull :
memberName : string -> Exception
Parameters
- memberName
- Type: SystemString
The name of the member.
Return Value
Type:
ExceptionException instance. It will not be
null.
See Also