C# Class PeterO.Cbor.CBORException

Inheritance: System.Exception
ファイルを表示 Open project: peteroupc/CBOR

Public Methods

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

Method Details

CBORException() public method

public CBORException ( ) : System
return System

CBORException() public method

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

CBORException() public method

public CBORException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System