C# 클래스 BCrypt.Net.SaltParseException

Exception for signalling parse errors.
상속: System.Exception
파일 보기 프로젝트 열기: neoKushan/BCrypt.Net-Core

공개 메소드들

메소드 설명
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.

메소드 상세

SaltParseException() 공개 메소드

Default constructor.
public SaltParseException ( ) : System
리턴 System

SaltParseException() 공개 메소드

Initializes a new instance of SaltParseException.
public SaltParseException ( string message ) : System
message string The message.
리턴 System

SaltParseException() 공개 메소드

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