Method | Description | |
---|---|---|
MessagePackException ( ) : System | ||
MessagePackException ( Exception innerException ) : System | ||
MessagePackException ( string message ) : System | ||
MessagePackException ( string message, Exception innerException ) : System |
public MessagePackException ( Exception innerException ) : System | ||
innerException | Exception | |
return | System |
public MessagePackException ( string message ) : System | ||
message | string | |
return | System |
public MessagePackException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |