Condividi tramite


EndpointNotFoundException Class

Definition

Represents an exception when the Relay HybridConnection/Endpoint should exist but was not present.

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

Constructors

EndpointNotFoundException()

Creates a new instance of the EndpointNotFoundException class.

EndpointNotFoundException(SerializationInfo, StreamingContext)

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

EndpointNotFoundException(String)

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

EndpointNotFoundException(String, Exception)

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