SerializationExceptionsNewIsIncorrectStream 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 underlying stream is not correct semantically because failed to unpack items count of array/map.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public static Exception NewIsIncorrectStream(
Exception innerException
)
Public Shared Function NewIsIncorrectStream (
innerException As Exception
) As Exception
public:
static Exception^ NewIsIncorrectStream(
Exception^ innerException
)
static member NewIsIncorrectStream :
innerException : Exception -> Exception
Parameters
- innerException
- Type: SystemException
The inner exception for the debug. The value is implementation specific.
Return Value
Type:
ExceptionException instance. It will not be
null.
See Also