C# Class BCrypt.Net.SaltParseException

Exception for signalling parse errors.
Inheritance: System.Exception
Afficher le fichier Open project: neoKushan/BCrypt.Net-Core

Méthodes publiques

Méthode Description
SaltParseException ( ) : System

Default constructor.

SaltParseException ( string message ) : System

Initializes a new instance of SaltParseException.

SaltParseException ( string message, Exception innerException ) : System

Initializes a new instance of SaltParseException.

Method Details

SaltParseException() public méthode

Default constructor.
public SaltParseException ( ) : System
Résultat System

SaltParseException() public méthode

Initializes a new instance of SaltParseException.
public SaltParseException ( string message ) : System
message string The message.
Résultat System

SaltParseException() public méthode

Initializes a new instance of SaltParseException.
public SaltParseException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Résultat System