Share via


EndpointAlreadyExistsException Class

Definition

An exception that indicates the Relay HybridConnection/Endpoint already exists.

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

Constructors

EndpointAlreadyExistsException()

Creates a new instance of the EndpointAlreadyExistsException class.

EndpointAlreadyExistsException(SerializationInfo, StreamingContext)

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

EndpointAlreadyExistsException(String)

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

EndpointAlreadyExistsException(String, Exception)

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