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

RelayNotFoundException 类

定义

找不到 ServiceBus 中继时引发的异常。

[System.Serializable]
public class RelayNotFoundException : Exception
[<System.Serializable>]
type RelayNotFoundException = class
    inherit Exception
Public Class RelayNotFoundException
Inherits Exception
继承
RelayNotFoundException
属性

构造函数

RelayNotFoundException()

初始化 RelayNotFoundException 类的新实例。

RelayNotFoundException(SerializationInfo, StreamingContext)

初始化 RelayNotFoundException 类的新实例。

RelayNotFoundException(String)

初始化 RelayNotFoundException 类的新实例。

RelayNotFoundException(String, Exception)

初始化 RelayNotFoundException 类的新实例。

适用于