C# Class minisign.Exceptions.CorruptPrivateKeyException

Inheritance: System.Exception
Afficher le fichier Open project: bitbeans/minisign-net

Méthodes publiques

Méthode Description
CorruptPrivateKeyException ( ) : System
CorruptPrivateKeyException ( string message ) : System
CorruptPrivateKeyException ( string message, Exception inner ) : System

Method Details

CorruptPrivateKeyException() public méthode

public CorruptPrivateKeyException ( ) : System
Résultat System

CorruptPrivateKeyException() public méthode

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

CorruptPrivateKeyException() public méthode

public CorruptPrivateKeyException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System