PrintSystemException 생성자

정의

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

오버로드

Name Description
PrintSystemException()

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

PrintSystemException(String)

특정 오류 메시지를 제공하는 클래스의 PrintSystemException 새 인스턴스를 초기화합니다.

PrintSystemException(Int32, String)

특정 오류 코드 및 오류 메시지를 제공하는 클래스의 PrintSystemException 새 인스턴스를 초기화합니다.

PrintSystemException(SerializationInfo, StreamingContext)

특정 serialization 정보 및 스트리밍 컨텍스트를 PrintSystemException 제공하는 클래스의 새 인스턴스를 초기화합니다.

PrintSystemException(String, Exception)

예외의 PrintSystemException 기본 원인을 포함하여 특정 오류 메시지를 제공하는 클래스의 새 인스턴스를 초기화합니다.

PrintSystemException(Int32, String, Exception)

예외의 PrintSystemException 근본 원인을 포함하여 특정 오류 코드 및 오류 메시지를 제공하는 클래스의 새 인스턴스를 초기화합니다.

PrintSystemException(Int32, String, String)

특정 오류 코드, 오류 메시지 및 프린터 메시지를 제공하는 클래스의 PrintSystemException 새 인스턴스를 초기화합니다.

PrintSystemException()

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

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

적용 대상

PrintSystemException(String)

특정 오류 메시지를 제공하는 클래스의 PrintSystemException 새 인스턴스를 초기화합니다.

public:
 PrintSystemException(System::String ^ message);
public PrintSystemException(string message);
new System.Printing.PrintSystemException : string -> System.Printing.PrintSystemException
Public Sub New (message As String)

매개 변수

message
String

오류 조건을 설명하는 문자열입니다.

적용 대상

PrintSystemException(Int32, String)

특정 오류 코드 및 오류 메시지를 제공하는 클래스의 PrintSystemException 새 인스턴스를 초기화합니다.

public:
 PrintSystemException(int errorCode, System::String ^ message);
public PrintSystemException(int errorCode, string message);
new System.Printing.PrintSystemException : int * string -> System.Printing.PrintSystemException
Public Sub New (errorCode As Integer, message As String)

매개 변수

errorCode
Int32

Int32 특정 예외에 할당된 코딩된 숫자 값인 HRESULT로 해석되는 값입니다.

message
String

오류 조건을 설명하는 문자열입니다.

적용 대상

PrintSystemException(SerializationInfo, StreamingContext)

특정 serialization 정보 및 스트리밍 컨텍스트를 PrintSystemException 제공하는 클래스의 새 인스턴스를 초기화합니다.

protected:
 PrintSystemException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected PrintSystemException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Printing.PrintSystemException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Printing.PrintSystemException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

개체를 직렬화하거나 역직렬화하는 데 필요한 데이터입니다.

context
StreamingContext

serialize된 스트림의 원본 및 대상을 포함한 컨텍스트입니다.

적용 대상

PrintSystemException(String, Exception)

예외의 PrintSystemException 기본 원인을 포함하여 특정 오류 메시지를 제공하는 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintSystemException(System::String ^ message, Exception ^ innerException);
public PrintSystemException(string message, Exception innerException);
new System.Printing.PrintSystemException : string * Exception -> System.Printing.PrintSystemException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

오류 조건을 설명하는 문자열입니다.

innerException
Exception

예외를 발생시킨 기본 오류 조건입니다.

적용 대상

PrintSystemException(Int32, String, Exception)

예외의 PrintSystemException 근본 원인을 포함하여 특정 오류 코드 및 오류 메시지를 제공하는 클래스의 새 인스턴스를 초기화합니다.

public:
 PrintSystemException(int errorCode, System::String ^ message, Exception ^ innerException);
public PrintSystemException(int errorCode, string message, Exception innerException);
new System.Printing.PrintSystemException : int * string * Exception -> System.Printing.PrintSystemException
Public Sub New (errorCode As Integer, message As String, innerException As Exception)

매개 변수

errorCode
Int32

Int32 특정 예외에 할당된 코딩된 숫자 값인 HRESULT로 해석되는 값입니다.

message
String

오류 조건을 설명하는 문자열입니다.

innerException
Exception

예외를 발생시킨 기본 오류 조건입니다.

적용 대상

PrintSystemException(Int32, String, String)

특정 오류 코드, 오류 메시지 및 프린터 메시지를 제공하는 클래스의 PrintSystemException 새 인스턴스를 초기화합니다.

public:
 PrintSystemException(int errorCode, System::String ^ message, System::String ^ printerMessage);
public PrintSystemException(int errorCode, string message, string printerMessage);
new System.Printing.PrintSystemException : int * string * string -> System.Printing.PrintSystemException
Public Sub New (errorCode As Integer, message As String, printerMessage As String)

매개 변수

errorCode
Int32

Int32 특정 예외에 할당된 코딩된 숫자 값인 HRESULT로 해석되는 값입니다.

message
String

오류 조건을 설명하는 문자열입니다.

printerMessage
String

예외를 발생시킨 프린터 드라이버 또는 관리되지 않는 인쇄 시스템 구성 요소에서 보낸 예외 메시지입니다.

적용 대상