C# Class Org.BouncyCastle.Tsp.TspException

Inheritance: System.Exception
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
TspException ( ) : System
TspException ( string message ) : System
TspException ( string message, Exception e ) : System

Method Details

TspException() public méthode

public TspException ( ) : System
Résultat System

TspException() public méthode

public TspException ( string message ) : System
message string
Résultat System

TspException() public méthode

public TspException ( string message, Exception e ) : System
message string
e System.Exception
Résultat System