你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EndpointNotFoundException 类

定义

表示中继混合连接/终结点应存在但不存在时的异常。

[System.Serializable]
public class EndpointNotFoundException : Microsoft.Azure.Relay.RelayException
[<System.Serializable>]
type EndpointNotFoundException = class
    inherit RelayException
Public Class EndpointNotFoundException
Inherits RelayException
继承
EndpointNotFoundException
属性

构造函数

EndpointNotFoundException()

创建 EndpointNotFoundException 类的新实例。

EndpointNotFoundException(SerializationInfo, StreamingContext)

使用序列化的数据创建 EndpointNotFoundException 类的新实例。

EndpointNotFoundException(String)

使用指定的错误消息创建 EndpointNotFoundException 类的新实例。

EndpointNotFoundException(String, Exception)

使用指定的错误消息和对导致此异常的内部异常的引用创建 EndpointNotFoundException 类的新实例。

属性

IsTransient

获取一个值,该值指示异常是否为暂时性异常。 检查此属性以确定是否应重试该操作。

(继承自 RelayException)

适用于