AuthorizationFailedException Class

Definition

The exception that occurs when an authorization attempt fails.

[System.Serializable]
public class AuthorizationFailedException : Microsoft.Azure.Relay.RelayException
[<System.Serializable>]
type AuthorizationFailedException = class
    inherit RelayException
Public Class AuthorizationFailedException
Inherits RelayException
Inheritance
AuthorizationFailedException
Attributes

Constructors

AuthorizationFailedException()

Creates a new instance of the AuthorizationFailedException class.

AuthorizationFailedException(SerializationInfo, StreamingContext)

Creates a new instance of the AuthorizationFailedException class with serialized data.

AuthorizationFailedException(String)

Creates a new instance of the AuthorizationFailedException class with a specified error message.

AuthorizationFailedException(String, Exception)

Creates a new instance of the AuthorizationFailedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Properties

IsTransient

Gets a value indicating whether the exception is transient. Check this property to determine if the operation should be retried.

(Inherited from RelayException)

Applies to