C# 클래스 RX_Explorer.Class.PasswordErrorException

密码错误异常
상속: Exception
파일 보기 프로젝트 열기: zhuxb711/RX-Explorer

공개 메소드들

메소드 설명
PasswordErrorException ( ) : System
PasswordErrorException ( string ErrorMessage ) : System
PasswordErrorException ( string message, Exception innerException ) : System

메소드 상세

PasswordErrorException() 공개 메소드

public PasswordErrorException ( ) : System
리턴 System

PasswordErrorException() 공개 메소드

public PasswordErrorException ( string ErrorMessage ) : System
ErrorMessage string
리턴 System

PasswordErrorException() 공개 메소드

public PasswordErrorException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System