ServerBusyException Class

Definition

Represents the exception that is thrown when a server is overloaded with logical operations.

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

Constructors

ServerBusyException()

Creates a new instance of the ServerBusyException class.

ServerBusyException(SerializationInfo, StreamingContext)

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

ServerBusyException(String)

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

ServerBusyException(String, Exception)

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