PrintJobException 생성자

정의

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

오버로드

PrintJobException()

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

PrintJobException(String)

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

PrintJobException(Int32, String)

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

PrintJobException(SerializationInfo, StreamingContext)

특정 PrintJobExceptionSerializationInfo를 제공하는 StreamingContext 클래스의 새 인스턴스를 초기화합니다. 이 생성자는 보호되어 있습니다.

PrintJobException(String, Exception)

예외의 원인을 비롯하여 특정 오류 조건을 제공하는 PrintJobException 클래스의 새 인스턴스를 초기화합니다.

PrintJobException(Int32, String, Exception)

예외의 내부 원인을 비롯하여 특정 오류 코드 및 오류 조건을 제공하는 PrintJobException 클래스의 새 인스턴스를 초기화합니다.

PrintJobException(Int32, String, String, String, Int32)

특정 오류 코드, 오류 조건, 인쇄 대기열 이름, 작업 이름 및 작업 ID를 제공하는 PrintJobException 클래스의 새 인스턴스를 초기화합니다.

PrintJobException(Int32, String, String, String, Int32, Exception)

특정 메시지, 오류 코드, 오류 조건, 인쇄 대기열 이름, 작업 이름 및 작업 ID를 제공하는 PrintJobException 클래스의 새 인스턴스를 초기화합니다.

PrintJobException()

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

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

적용 대상

PrintJobException(String)

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

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

매개 변수

message
String

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

적용 대상

PrintJobException(Int32, String)

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

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

매개 변수

errorCode
Int32

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

message
String

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

적용 대상

PrintJobException(SerializationInfo, StreamingContext)

특정 PrintJobExceptionSerializationInfo를 제공하는 StreamingContext 클래스의 새 인스턴스를 초기화합니다. 이 생성자는 보호되어 있습니다.

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

매개 변수

info
SerializationInfo

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

context
StreamingContext

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

적용 대상

PrintJobException(String, Exception)

예외의 원인을 비롯하여 특정 오류 조건을 제공하는 PrintJobException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

message
String

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

innerException
Exception

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

적용 대상

PrintJobException(Int32, String, Exception)

예외의 내부 원인을 비롯하여 특정 오류 코드 및 오류 조건을 제공하는 PrintJobException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

errorCode
Int32

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

message
String

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

innerException
Exception

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

적용 대상

PrintJobException(Int32, String, String, String, Int32)

특정 오류 코드, 오류 조건, 인쇄 대기열 이름, 작업 이름 및 작업 ID를 제공하는 PrintJobException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

errorCode
Int32

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

message
String

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

printQueueName
String

예외를 일으킨 인쇄 작업을 호스팅하는 인쇄 대기열의 이름입니다.

jobName
String

예외를 일으킨 인쇄 작업의 이름입니다.

jobId
Int32

예외를 일으킨 인쇄 작업의 ID 번호입니다.

적용 대상

PrintJobException(Int32, String, String, String, Int32, Exception)

특정 메시지, 오류 코드, 오류 조건, 인쇄 대기열 이름, 작업 이름 및 작업 ID를 제공하는 PrintJobException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

errorCode
Int32

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

message
String

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

printQueueName
String

예외를 일으킨 인쇄 작업을 호스팅하는 인쇄 대기열의 이름입니다.

jobName
String

예외를 일으킨 인쇄 작업의 이름입니다.

jobId
Int32

예외를 일으킨 인쇄 작업의 ID 번호입니다.

innerException
Exception

예외의 내부 원인입니다.

적용 대상