C# Class MessagePackException, msgpack

Inheritance: Exception
Mostra file Open project: slavat/msgpack

Public Methods

Method Description
MessagePackException ( ) : System
MessagePackException ( Exception innerException ) : System
MessagePackException ( string message ) : System
MessagePackException ( string message, Exception innerException ) : System

Method Details

MessagePackException() public method

public MessagePackException ( ) : System
return System

MessagePackException() public method

public MessagePackException ( Exception innerException ) : System
innerException Exception
return System

MessagePackException() public method

public MessagePackException ( string message ) : System
message string
return System

MessagePackException() public method

public MessagePackException ( string message, Exception innerException ) : System
message string
innerException Exception
return System