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