XpsWriterException Oluşturucular

Tanım

XpsWriterException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

XpsWriterException()

XpsWriterException sınıfının yeni bir örneğini başlatır.

XpsWriterException(String)

Sınıfın XpsWriterException belirli bir hata koşulu sağlayan yeni bir örneğini başlatır.

XpsWriterException(SerializationInfo, StreamingContext)

sınıfının belirli SerializationInfo ve StreamingContextsağlayan yeni bir örneğini XpsWriterException başlatır. Bu oluşturucu korumalıdır.

XpsWriterException(String, Exception)

Sınıfın XpsWriterException belirli bir hata koşulu sağlayan ve özel durumun nedenini içeren yeni bir örneğini başlatır.

XpsWriterException()

XpsWriterException sınıfının yeni bir örneğini başlatır.

public:
 XpsWriterException();
public XpsWriterException ();
Public Sub New ()

Şunlara uygulanır

XpsWriterException(String)

Sınıfın XpsWriterException belirli bir hata koşulu sağlayan yeni bir örneğini başlatır.

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)

Parametreler

message
String

String Hata koşulunu açıklayan bir.

Şunlara uygulanır

XpsWriterException(SerializationInfo, StreamingContext)

sınıfının belirli SerializationInfo ve StreamingContextsağlayan yeni bir örneğini XpsWriterException başlatır. Bu oluşturucu korumalıdır.

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)

Parametreler

info
SerializationInfo

Bir nesneyi seri hale getirmek veya seri durumdan çıkarabilmek için gereken veriler.

context
StreamingContext

Seri hale getirilmiş akışın kaynak ve hedefini içeren bağlam.

Şunlara uygulanır

XpsWriterException(String, Exception)

Sınıfın XpsWriterException belirli bir hata koşulu sağlayan ve özel durumun nedenini içeren yeni bir örneğini başlatır.

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)

Parametreler

message
String

String Hata koşulunu açıklayan bir.

innerException
Exception

öğesine neden XpsWriterExceptionolan temel hata.

Şunlara uygulanır