XpsWriterException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 XpsWriterException 类的新实例。
重载
XpsWriterException() |
初始化 XpsWriterException 类的新实例。 |
XpsWriterException(String) |
初始化提供特定错误情况的 XpsWriterException 类的一个新实例。 |
XpsWriterException(SerializationInfo, StreamingContext) |
初始化提供特定 XpsWriterException 和 SerializationInfo 的 StreamingContext 类的一个新实例。 此构造函数受到保护。 |
XpsWriterException(String, Exception) |
初始化 XpsWriterException 类的一个新实例,该类提供特定错误情况并包括引发异常的原因。 |
XpsWriterException()
初始化 XpsWriterException 类的新实例。
public:
XpsWriterException();
public XpsWriterException ();
Public Sub New ()
适用于
XpsWriterException(String)
初始化提供特定错误情况的 XpsWriterException 类的一个新实例。
public:
XpsWriterException(System::String ^ message);
public XpsWriterException (string message);
new System.Windows.Xps.XpsWriterException : string -> System.Windows.Xps.XpsWriterException
Public Sub New (message As String)
参数
适用于
XpsWriterException(SerializationInfo, StreamingContext)
初始化提供特定 XpsWriterException 和 SerializationInfo 的 StreamingContext 类的一个新实例。 此构造函数受到保护。
protected:
XpsWriterException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected XpsWriterException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Windows.Xps.XpsWriterException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Windows.Xps.XpsWriterException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
参数
- info
- SerializationInfo
序列化或反序列化对象时所需的数据。
- context
- StreamingContext
序列化流的上下文,包括源和目标。
适用于
XpsWriterException(String, Exception)
初始化 XpsWriterException 类的一个新实例,该类提供特定错误情况并包括引发异常的原因。
public:
XpsWriterException(System::String ^ message, Exception ^ innerException);
public XpsWriterException (string message, Exception innerException);
new System.Windows.Xps.XpsWriterException : string * Exception -> System.Windows.Xps.XpsWriterException
Public Sub New (message As String, innerException As Exception)
参数
- innerException
- Exception
导致 XpsWriterException 的基本错误。