你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FabricInvalidTestCommandStateException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FabricInvalidTestCommandStateException() |
使用错误代码 InvalidTestCommandState初始化 类的新实例FabricInvalidTestCommandStateException。 |
FabricInvalidTestCommandStateException(String) |
使用错误代码InvalidTestCommandState和指定的错误消息初始化 类的新实例FabricInvalidTestCommandStateException。 |
FabricInvalidTestCommandStateException(SerializationInfo, StreamingContext) |
使用指定的上下文从序列化的对象数据初始化 类的新实例 FabricInvalidTestCommandStateException 。 |
FabricInvalidTestCommandStateException(String, Exception) |
使用指定的错误消息和对导致此异常的内部异常的引用初始化 类的新实例 FabricInvalidTestCommandStateException 。 |
FabricInvalidTestCommandStateException()
使用错误代码 InvalidTestCommandState初始化 类的新实例FabricInvalidTestCommandStateException。
public FabricInvalidTestCommandStateException ();
Public Sub New ()
适用于
FabricInvalidTestCommandStateException(String)
使用错误代码InvalidTestCommandState和指定的错误消息初始化 类的新实例FabricInvalidTestCommandStateException。
public FabricInvalidTestCommandStateException (string message);
new System.Fabric.FabricInvalidTestCommandStateException : string -> System.Fabric.FabricInvalidTestCommandStateException
Public Sub New (message As String)
参数
- message
- String
解释异常原因的错误消息。
适用于
FabricInvalidTestCommandStateException(SerializationInfo, StreamingContext)
使用指定的上下文从序列化的对象数据初始化 类的新实例 FabricInvalidTestCommandStateException 。
protected FabricInvalidTestCommandStateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Fabric.FabricInvalidTestCommandStateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Fabric.FabricInvalidTestCommandStateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
参数
- info
- SerializationInfo
包含 SerializationInfo 所引发异常的序列化对象数据的对象。
- context
- StreamingContext
StreamingContext 对象,该对象包含有关源或目标的上下文信息。 上下文参数保留供将来使用,可以为 null。
适用于
FabricInvalidTestCommandStateException(String, Exception)
使用指定的错误消息和对导致此异常的内部异常的引用初始化 类的新实例 FabricInvalidTestCommandStateException 。
public FabricInvalidTestCommandStateException (string message, Exception inner);
new System.Fabric.FabricInvalidTestCommandStateException : string * Exception -> System.Fabric.FabricInvalidTestCommandStateException
Public Sub New (message As String, inner As Exception)
参数
- message
- String
解释异常原因的错误消息。