Method | Description | |
---|---|---|
PasswordErrorException ( ) : System | ||
PasswordErrorException ( string message ) : System | ||
PasswordErrorException ( string message, Exception innerException ) : System | ||
PasswordErrorException ( string message, string paramName ) : System | ||
PasswordErrorException ( string message, string paramName, Exception innerException ) : System |
Method | Description | |
---|---|---|
PasswordErrorException ( SerializationInfo info, StreamingContext context ) : System |
protected PasswordErrorException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public PasswordErrorException ( string message ) : System | ||
message | string | |
return | System |
public PasswordErrorException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |
public PasswordErrorException ( string message, string paramName ) : System | ||
message | string | |
paramName | string | |
return | System |
public PasswordErrorException ( string message, string paramName, Exception innerException ) : System | ||
message | string | |
paramName | string | |
innerException | Exception | |
return | System |