InstanceNotReadyException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 InstanceNotReadyException 类的实例。
重载
InstanceNotReadyException() |
初始化 InstanceNotReadyException 类的实例。 |
InstanceNotReadyException(String) |
使用错误消息初始化 InstanceNotReadyException 类的实例。 |
InstanceNotReadyException(SerializationInfo, StreamingContext) |
使用序列化数据初始化 InstanceNotReadyException 类的实例。 |
InstanceNotReadyException(String, Exception) |
使用错误消息和内部异常信息初始化 InstanceNotReadyException 类的实例。 |
InstanceNotReadyException(XName, Guid) |
使用此命令的 XName(命名空间和名称的组合)和执行此命令所针对的目标实例的 ID 初始化 InstanceNotReadyException 类的实例。 |
InstanceNotReadyException(XName, Guid, Exception) |
使用此命令的 XName(命名空间和名称的组合)、执行此命令所针对的目标实例的 ID 和内部异常信息来初始化 InstanceNotReadyException 类的实例。 |
InstanceNotReadyException(XName, Guid, String, Exception) |
使用此命令的 XName(命名空间和名称的组合)、执行此命令所针对的目标实例的 ID、解释此异常的原因的错误消息和引发当前异常的异常初始化 InstanceNotReadyException 类的实例。 |
InstanceNotReadyException()
初始化 InstanceNotReadyException 类的实例。
public:
InstanceNotReadyException();
public InstanceNotReadyException ();
Public Sub New ()
适用于
InstanceNotReadyException(String)
使用错误消息初始化 InstanceNotReadyException 类的实例。
public:
InstanceNotReadyException(System::String ^ message);
public InstanceNotReadyException (string message);
new System.Runtime.DurableInstancing.InstanceNotReadyException : string -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (message As String)
参数
- message
- String
异常的原因。
适用于
InstanceNotReadyException(SerializationInfo, StreamingContext)
使用序列化数据初始化 InstanceNotReadyException 类的实例。
protected:
InstanceNotReadyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceNotReadyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceNotReadyException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
参数
- info
- SerializationInfo
有关当前异常的信息。
- context
- StreamingContext
关于来源和目标的上下文信息
- 属性
适用于
InstanceNotReadyException(String, Exception)
使用错误消息和内部异常信息初始化 InstanceNotReadyException 类的实例。
public:
InstanceNotReadyException(System::String ^ message, Exception ^ innerException);
public InstanceNotReadyException (string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceNotReadyException : string * Exception -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (message As String, innerException As Exception)
参数
- message
- String
异常的原因。
- innerException
- Exception
引发当前异常的异常。
适用于
InstanceNotReadyException(XName, Guid)
使用此命令的 XName(命名空间和名称的组合)和执行此命令所针对的目标实例的 ID 初始化 InstanceNotReadyException 类的实例。
public:
InstanceNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId);
public InstanceNotReadyException (System.Xml.Linq.XName commandName, Guid instanceId);
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Xml.Linq.XName * Guid -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (commandName As XName, instanceId As Guid)
参数
- commandName
- XName
此命令的 XName(命名空间和名称的组合)。
- instanceId
- Guid
执行此命令所针对的目标实例的 ID。
适用于
InstanceNotReadyException(XName, Guid, Exception)
使用此命令的 XName(命名空间和名称的组合)、执行此命令所针对的目标实例的 ID 和内部异常信息来初始化 InstanceNotReadyException 类的实例。
public:
InstanceNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId, Exception ^ innerException);
public InstanceNotReadyException (System.Xml.Linq.XName commandName, Guid instanceId, Exception innerException);
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Xml.Linq.XName * Guid * Exception -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (commandName As XName, instanceId As Guid, innerException As Exception)
参数
- commandName
- XName
此命令的 XName(命名空间和名称的组合)。
- instanceId
- Guid
执行此命令所针对的目标实例的 ID。
- innerException
- Exception
引发当前异常的异常。
适用于
InstanceNotReadyException(XName, Guid, String, Exception)
使用此命令的 XName(命名空间和名称的组合)、执行此命令所针对的目标实例的 ID、解释此异常的原因的错误消息和引发当前异常的异常初始化 InstanceNotReadyException 类的实例。
public:
InstanceNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::String ^ message, Exception ^ innerException);
public InstanceNotReadyException (System.Xml.Linq.XName commandName, Guid instanceId, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Xml.Linq.XName * Guid * string * Exception -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (commandName As XName, instanceId As Guid, message As String, innerException As Exception)
参数
- commandName
- XName
此命令的 XName(命名空间和名称的组合)。
- instanceId
- Guid
执行此命令所针对的目标实例的 ID。
- message
- String
异常的原因。
- innerException
- Exception
引发当前异常的异常。