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
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)
매개 변수
- innerException
- Exception
XpsWriterException을 일으킨 내부 오류입니다.