C# Class NBitcoin.BouncyCastle.Security.KeyException

Inheritance: GeneralSecurityException
Mostra file Open project: Nethereum/Nethereum

Public Methods

Method Description
KeyException ( ) : System
KeyException ( string message ) : System
KeyException ( string message, Exception exception ) : System

Method Details

KeyException() public method

public KeyException ( ) : System
return System

KeyException() public method

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

KeyException() public method

public KeyException ( string message, Exception exception ) : System
message string
exception System.Exception
return System