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

FabricTestCommandOperationIdAlreadyExistsException 构造函数

定义

重载

FabricTestCommandOperationIdAlreadyExistsException()

使用错误代码 TestCommandOperationIdAlreadyExists初始化 类的新实例FabricTestCommandOperationIdAlreadyExistsException

FabricTestCommandOperationIdAlreadyExistsException(String)

使用错误代码TestCommandOperationIdAlreadyExists和指定的错误消息初始化 类的新实例FabricTestCommandOperationIdAlreadyExistsException

FabricTestCommandOperationIdAlreadyExistsException(SerializationInfo, StreamingContext)

使用指定的上下文从序列化对象数据初始化 类的新实例 FabricTestCommandOperationIdAlreadyExistsException

FabricTestCommandOperationIdAlreadyExistsException(String, Exception)

使用指定的错误消息和对导致此异常的内部异常的引用初始化 类的新实例 FabricTestCommandOperationIdAlreadyExistsException

FabricTestCommandOperationIdAlreadyExistsException()

public FabricTestCommandOperationIdAlreadyExistsException ();
Public Sub New ()

适用于

FabricTestCommandOperationIdAlreadyExistsException(String)

使用错误代码TestCommandOperationIdAlreadyExists和指定的错误消息初始化 类的新实例FabricTestCommandOperationIdAlreadyExistsException

public FabricTestCommandOperationIdAlreadyExistsException (string message);
new System.Fabric.FabricTestCommandOperationIdAlreadyExistsException : string -> System.Fabric.FabricTestCommandOperationIdAlreadyExistsException
Public Sub New (message As String)

参数

message
String

解释异常原因的错误消息。

适用于

FabricTestCommandOperationIdAlreadyExistsException(SerializationInfo, StreamingContext)

使用指定的上下文从序列化对象数据初始化 类的新实例 FabricTestCommandOperationIdAlreadyExistsException

protected FabricTestCommandOperationIdAlreadyExistsException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.FabricTestCommandOperationIdAlreadyExistsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricTestCommandOperationIdAlreadyExistsException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

参数

info
SerializationInfo

包含 SerializationInfo 所引发异常的序列化对象数据的对象。

context
StreamingContext

StreamingContext 对象,该对象包含有关源或目标的上下文信息。 上下文参数保留供将来使用,可以为 null。

适用于

FabricTestCommandOperationIdAlreadyExistsException(String, Exception)

使用指定的错误消息和对导致此异常的内部异常的引用初始化 类的新实例 FabricTestCommandOperationIdAlreadyExistsException

public FabricTestCommandOperationIdAlreadyExistsException (string message, Exception inner);
new System.Fabric.FabricTestCommandOperationIdAlreadyExistsException : string * Exception -> System.Fabric.FabricTestCommandOperationIdAlreadyExistsException
Public Sub New (message As String, inner As Exception)

参数

message
String

解释异常原因的错误消息。

inner
Exception

导致当前异常的异常;如果未指定内部异常,则为 null。 类 Exception 提供有关内部异常的更多详细信息。

适用于