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