C# Class minisign.Exceptions.CorruptPrivateKeyException

Inheritance: System.Exception
Mostra file Open project: bitbeans/minisign-net

Public Methods

Method Description
CorruptPrivateKeyException ( ) : System
CorruptPrivateKeyException ( string message ) : System
CorruptPrivateKeyException ( string message, Exception inner ) : System

Method Details

CorruptPrivateKeyException() public method

public CorruptPrivateKeyException ( ) : System
return System

CorruptPrivateKeyException() public method

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

CorruptPrivateKeyException() public method

public CorruptPrivateKeyException ( string message, Exception inner ) : System
message string
inner System.Exception
return System