다음을 통해 공유


XpsWriterException 생성자

정의

XpsWriterException 클래스의 새 인스턴스를 초기화합니다.

오버로드

XpsWriterException()

XpsWriterException 클래스의 새 인스턴스를 초기화합니다.

XpsWriterException(String)

특정 오류 조건을 제공하는 XpsWriterException 클래스의 새 인스턴스를 초기화합니다.

XpsWriterException(SerializationInfo, StreamingContext)

특정 XpsWriterExceptionSerializationInfo를 제공하는 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)

매개 변수

message
String

오류 조건을 설명하는 String입니다.

적용 대상

XpsWriterException(SerializationInfo, StreamingContext)

특정 XpsWriterExceptionSerializationInfo를 제공하는 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

serialize된 스트림의 소스와 대상이 포함된 컨텍스트입니다.

적용 대상

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)

매개 변수

message
String

오류 조건을 설명하는 String입니다.

innerException
Exception

XpsWriterException을 일으킨 내부 오류입니다.

적용 대상