PrintingCanceledException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy PrintingCanceledException.
Przeciążenia
PrintingCanceledException() |
Inicjuje nowe wystąpienie klasy PrintingCanceledException. |
PrintingCanceledException(String) |
Inicjuje PrintingCanceledException nowe wystąpienie klasy, które zapewnia określony warunek błędu. |
PrintingCanceledException(Int32, String) |
Inicjuje PrintingCanceledException nowe wystąpienie klasy, które udostępnia określony kod błędu i warunek błędu. |
PrintingCanceledException(SerializationInfo, StreamingContext) |
Inicjuje PrintingCanceledException nowe wystąpienie klasy, które udostępnia określone elementy SerializationInfo i StreamingContext. Ten konstruktor jest chroniony. |
PrintingCanceledException(String, Exception) |
Inicjuje PrintingCanceledException nowe wystąpienie klasy, które zapewnia określony warunek błędu, w tym podstawową przyczynę wyjątku. |
PrintingCanceledException(Int32, String, Exception) |
Inicjuje PrintingCanceledException nowe wystąpienie klasy, które udostępnia określony kod błędu i warunek błędu, w tym podstawową przyczynę wyjątku. |
PrintingCanceledException(Int32, String, String, String, Int32) |
Inicjuje PrintingCanceledException nowe wystąpienie klasy, które udostępnia określony kod błędu, warunek błędu, nazwę kolejki wydruku, nazwę zadania i identyfikator zadania. |
PrintingCanceledException(Int32, String, String, String, Int32, Exception) |
Inicjuje PrintingCanceledException nowe wystąpienie klasy z określonym kodem błędu, warunkiem błędu, nazwą kolejki wydruku, nazwą zadania, identyfikatorem zadania i podstawową przyczyną wyjątku. |
PrintingCanceledException()
Inicjuje nowe wystąpienie klasy PrintingCanceledException.
public:
PrintingCanceledException();
public PrintingCanceledException ();
Public Sub New ()
Dotyczy
PrintingCanceledException(String)
Inicjuje PrintingCanceledException nowe wystąpienie klasy, które zapewnia określony warunek błędu.
public:
PrintingCanceledException(System::String ^ message);
public PrintingCanceledException (string message);
new System.Printing.PrintingCanceledException : string -> System.Printing.PrintingCanceledException
Public Sub New (message As String)
Parametry
Dotyczy
PrintingCanceledException(Int32, String)
Inicjuje PrintingCanceledException nowe wystąpienie klasy, które udostępnia określony kod błędu i warunek błędu.
public:
PrintingCanceledException(int errorCode, System::String ^ message);
public PrintingCanceledException (int errorCode, string message);
new System.Printing.PrintingCanceledException : int * string -> System.Printing.PrintingCanceledException
Public Sub New (errorCode As Integer, message As String)
Parametry
- errorCode
- Int32
Element Int32 , który jest interpretowany jako HRESULT, zakodowana wartość liczbowa przypisana do określonego wyjątku.
Dotyczy
PrintingCanceledException(SerializationInfo, StreamingContext)
Inicjuje PrintingCanceledException nowe wystąpienie klasy, które udostępnia określone elementy SerializationInfo i StreamingContext. Ten konstruktor jest chroniony.
protected:
PrintingCanceledException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected PrintingCanceledException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Printing.PrintingCanceledException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Printing.PrintingCanceledException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
Dane wymagane do serializacji lub deserializacji obiektu.
- context
- StreamingContext
Kontekst, w tym źródło i miejsce docelowe serializowanego strumienia.
Dotyczy
PrintingCanceledException(String, Exception)
Inicjuje PrintingCanceledException nowe wystąpienie klasy, które zapewnia określony warunek błędu, w tym podstawową przyczynę wyjątku.
public:
PrintingCanceledException(System::String ^ message, Exception ^ innerException);
public PrintingCanceledException (string message, Exception innerException);
new System.Printing.PrintingCanceledException : string * Exception -> System.Printing.PrintingCanceledException
Public Sub New (message As String, innerException As Exception)
Parametry
- innerException
- Exception
Podstawowy warunek błędu, który spowodował PrintingCanceledExceptionbłąd .
Dotyczy
PrintingCanceledException(Int32, String, Exception)
Inicjuje PrintingCanceledException nowe wystąpienie klasy, które udostępnia określony kod błędu i warunek błędu, w tym podstawową przyczynę wyjątku.
public:
PrintingCanceledException(int errorCode, System::String ^ message, Exception ^ innerException);
public PrintingCanceledException (int errorCode, string message, Exception innerException);
new System.Printing.PrintingCanceledException : int * string * Exception -> System.Printing.PrintingCanceledException
Public Sub New (errorCode As Integer, message As String, innerException As Exception)
Parametry
- errorCode
- Int32
Element Int32 , który jest interpretowany jako HRESULT, zakodowana wartość liczbowa przypisana do określonego wyjątku.
- innerException
- Exception
Podstawowy warunek błędu, który spowodował PrintingCanceledExceptionbłąd .
Dotyczy
PrintingCanceledException(Int32, String, String, String, Int32)
Inicjuje PrintingCanceledException nowe wystąpienie klasy, które udostępnia określony kod błędu, warunek błędu, nazwę kolejki wydruku, nazwę zadania i identyfikator zadania.
public:
PrintingCanceledException(int errorCode, System::String ^ message, System::String ^ printQueueName, System::String ^ jobName, int jobId);
public PrintingCanceledException (int errorCode, string message, string printQueueName, string jobName, int jobId);
new System.Printing.PrintingCanceledException : int * string * string * string * int -> System.Printing.PrintingCanceledException
Public Sub New (errorCode As Integer, message As String, printQueueName As String, jobName As String, jobId As Integer)
Parametry
- errorCode
- Int32
Element Int32 , który jest interpretowany jako HRESULT, zakodowana wartość liczbowa przypisana do określonego wyjątku.
- printQueueName
- String
Nazwa kolejki wydruku hostująca zadanie drukowania, które spowodowało wyjątek.
- jobName
- String
Nazwa zadania drukowania, które spowodowało wyjątek.
- jobId
- Int32
Identyfikator zadania drukowania, który spowodował wyjątek.
Dotyczy
PrintingCanceledException(Int32, String, String, String, Int32, Exception)
Inicjuje PrintingCanceledException nowe wystąpienie klasy z określonym kodem błędu, warunkiem błędu, nazwą kolejki wydruku, nazwą zadania, identyfikatorem zadania i podstawową przyczyną wyjątku.
public:
PrintingCanceledException(int errorCode, System::String ^ message, System::String ^ printQueueName, System::String ^ jobName, int jobId, Exception ^ innerException);
public PrintingCanceledException (int errorCode, string message, string printQueueName, string jobName, int jobId, Exception innerException);
new System.Printing.PrintingCanceledException : int * string * string * string * int * Exception -> System.Printing.PrintingCanceledException
Public Sub New (errorCode As Integer, message As String, printQueueName As String, jobName As String, jobId As Integer, innerException As Exception)
Parametry
- errorCode
- Int32
Element Int32 , który jest interpretowany jako HRESULT, zakodowana wartość liczbowa przypisana do określonego wyjątku.
- printQueueName
- String
Nazwa kolejki wydruku hostująca zadanie drukowania, które spowodowało wyjątek.
- jobName
- String
Nazwa zadania drukowania, które spowodowało wyjątek.
- jobId
- Int32
Identyfikator zadania drukowania, który spowodował wyjątek.
- innerException
- Exception
Podstawowa przyczyna wyjątku.