ConnectionLostException Class

Definition

An exception that occurs when a Listener gets disconnected from the Azure cloud service.

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

Constructors

ConnectionLostException()

Creates a new instance of the ConnectionLostException class.

ConnectionLostException(SerializationInfo, StreamingContext)

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

ConnectionLostException(String)

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

ConnectionLostException(String, Exception)

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