AuthenticationException Class

Definition

Authentication exception for Microsoft Rest Client for Azure.

public class AuthenticationException : Microsoft.Rest.RestException
type AuthenticationException = class
    inherit RestException
Public Class AuthenticationException
Inherits RestException
Inheritance
AuthenticationException

Constructors

AuthenticationException()

Initializes a new instance of the AuthenticationException class.

AuthenticationException(String)

Initializes a new instance of the AuthenticationException class.

AuthenticationException(String, Exception)

Initializes a new instance of the AuthenticationException class.

Applies to