C# Class RX_Explorer.Class.PasswordErrorException

密码错误异常
Inheritance: Exception
Afficher le fichier Open project: zhuxb711/RX-Explorer

Méthodes publiques

Méthode Description
PasswordErrorException ( ) : System
PasswordErrorException ( string ErrorMessage ) : System
PasswordErrorException ( string message, Exception innerException ) : System

Method Details

PasswordErrorException() public méthode

public PasswordErrorException ( ) : System
Résultat System

PasswordErrorException() public méthode

public PasswordErrorException ( string ErrorMessage ) : System
ErrorMessage string
Résultat System

PasswordErrorException() public méthode

public PasswordErrorException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System