Метод | Описание | |
---|---|---|
UserAuthenticationException ( string message ) : System |
Initializes a new instance of the UserAuthenticationException class with the specified error message.
|
Метод | Описание | |
---|---|---|
UserAuthenticationException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the UserAuthenticationException class with serialized data.
|
protected UserAuthenticationException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | The |
context | StreamingContext | The |
Результат | System |
public UserAuthenticationException ( string message ) : System | ||
message | string | The message that describes the error. |
Результат | System |