SerializationExceptionsNewMissingAddMethod Method |
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.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public static Exception NewMissingAddMethod(
Type type
)
Public Shared Function NewMissingAddMethod (
type As Type
) As Exception
public:
static Exception^ NewMissingAddMethod(
Type^ type
)
static member NewMissingAddMethod :
type : Type -> Exception
Parameters
- type
- Type: SystemType
The target type.
Return Value
Type:
ExceptionException instance. It will not be
null.
See Also