QuotaExceededException Class

Definition

An exception indicating a Relay quota has been exceeded.

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

Constructors

QuotaExceededException()

Creates a new instance of the QuotaExceededException class.

QuotaExceededException(SerializationInfo, StreamingContext)

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

QuotaExceededException(String)

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

QuotaExceededException(String, Exception)

Creates a new instance of the QuotaExceededException 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