AuthorizationFailedException.ErrorCode Property

Definition

Gets or sets the error code that describes the cause of authorization attempt failure.

public Microsoft.ServiceBus.AuthorizationFailedException.FailureCode ErrorCode { get; }
member this.ErrorCode : Microsoft.ServiceBus.AuthorizationFailedException.FailureCode
Public ReadOnly Property ErrorCode As AuthorizationFailedException.FailureCode

Property Value

One of the values of theAuthorizationFailedException.FailureCode enumeration.

Applies to