C# Class RX_Explorer.Class.PasswordErrorException

密码错误异常
Inheritance: Exception
ファイルを表示 Open project: zhuxb711/RX-Explorer

Public Methods

Method Description
PasswordErrorException ( ) : System
PasswordErrorException ( string ErrorMessage ) : System
PasswordErrorException ( string message, Exception innerException ) : System

Method Details

PasswordErrorException() public method

public PasswordErrorException ( ) : System
return System

PasswordErrorException() public method

public PasswordErrorException ( string ErrorMessage ) : System
ErrorMessage string
return System

PasswordErrorException() public method

public PasswordErrorException ( string message, Exception innerException ) : System
message string
innerException Exception
return System