AuthenticationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when authentication fails.
public ref class AuthenticationException sealed : Microsoft::Xrm::Sdk::SdkExceptionBase
[System.Serializable]
public sealed class AuthenticationException : Microsoft.Xrm.Sdk.SdkExceptionBase
[<System.Serializable>]
type AuthenticationException = class
inherit SdkExceptionBase
Public NotInheritable Class AuthenticationException
Inherits SdkExceptionBase
- Inheritance
-
AuthenticationException
- Attributes
Constructors
AuthenticationException(Exception) |
Initializes a new instance of the AuthenticationException class with the specified inner exception. |
AuthenticationException(String) |
Initializes a new instance of the AuthenticationException class with the specified error message. |
AuthenticationException(String, Exception) |
Initializes a new instance of the AuthenticationException class with the specified error message and inner exception. |