AdalException
Class
Definition
The exception type thrown when an error occurs during token acquisition.
public class AdalException : Exception
- Inheritance
-
AdalException
- Derived
Constructors
| AdalException() |
Initializes a new instance of the exception class. |
| AdalException(String) |
Initializes a new instance of the exception class with a specified error code. |
| AdalException(String, Exception) |
Initializes a new instance of the exception class with a specified error code and a reference to the inner exception that is the cause of this exception. |
| AdalException(String, String) |
Initializes a new instance of the exception class with a specified error code and error message. |
| AdalException(String, String, Exception) |
Initializes a new instance of the exception class with a specified error code, error message and a reference to the inner exception that is the cause of this exception. |
Properties
| ErrorCode |
Gets the protocol error code returned by the service or generated by client. This is the code you can rely on for exception handling. |
Methods
| ToString() |
Creates and returns a string representation of the current exception. |