C# Class Org.BouncyCastle.Tsp.TspException

Inheritance: System.Exception
ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
TspException ( ) : System
TspException ( string message ) : System
TspException ( string message, Exception e ) : System

Method Details

TspException() public method

public TspException ( ) : System
return System

TspException() public method

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

TspException() public method

public TspException ( string message, Exception e ) : System
message string
e System.Exception
return System