Méthode | Description | |
---|---|---|
AuthenticationRequiredException ( ) : System |
Initializes a new instance of the AuthenticationRequiredException class.
|
|
AuthenticationRequiredException ( string message ) : System |
Initializes a new instance of the AuthenticationRequiredException class with a specified error message.
|
|
AuthenticationRequiredException ( string message, Exception innerException ) : System |
Initializes a new instance of the AuthenticationRequiredException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
public AuthenticationRequiredException ( ) : System | ||
Résultat | System |
public AuthenticationRequiredException ( string message ) : System | ||
message | string | |
Résultat | System |
public AuthenticationRequiredException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
Résultat | System |