Udostępnij za pośrednictwem


PrintSystemException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy PrintSystemException.

Przeciążenia

PrintSystemException()

Inicjuje nowe wystąpienie klasy PrintSystemException.

PrintSystemException(String)

Inicjuje PrintSystemException nowe wystąpienie klasy, które udostępnia określony komunikat o błędzie.

PrintSystemException(Int32, String)

Inicjuje PrintSystemException nowe wystąpienie klasy, które udostępnia określony kod błędu i komunikat o błędzie.

PrintSystemException(SerializationInfo, StreamingContext)

Inicjuje PrintSystemException nowe wystąpienie klasy, które udostępnia określone informacje o serializacji i kontekst przesyłania strumieniowego.

PrintSystemException(String, Exception)

Inicjuje PrintSystemException nowe wystąpienie klasy, które udostępnia określony komunikat o błędzie, w tym podstawową przyczynę wyjątku.

PrintSystemException(Int32, String, Exception)

Inicjuje PrintSystemException nowe wystąpienie klasy, które udostępnia określony kod błędu i komunikat o błędzie, w tym podstawową przyczynę wyjątku.

PrintSystemException(Int32, String, String)

Inicjuje PrintSystemException nowe wystąpienie klasy, które udostępnia określony kod błędu, komunikat o błędzie i komunikat drukarki.

PrintSystemException()

Inicjuje nowe wystąpienie klasy PrintSystemException.

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

Dotyczy

PrintSystemException(String)

Inicjuje PrintSystemException nowe wystąpienie klasy, które udostępnia określony komunikat o błędzie.

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

Parametry

message
String

Ciąg opisujący warunek błędu.

Dotyczy

PrintSystemException(Int32, String)

Inicjuje PrintSystemException nowe wystąpienie klasy, które udostępnia określony kod błędu i komunikat o błędzie.

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)

Parametry

errorCode
Int32

Element Int32 , który jest interpretowany jako HRESULT, zakodowana wartość liczbowa przypisana do określonego wyjątku.

message
String

Ciąg opisujący warunek błędu.

Dotyczy

PrintSystemException(SerializationInfo, StreamingContext)

Inicjuje PrintSystemException nowe wystąpienie klasy, które udostępnia określone informacje o serializacji i kontekst przesyłania strumieniowego.

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)

Parametry

info
SerializationInfo

Dane wymagane do serializacji lub deserializacji obiektu.

context
StreamingContext

Kontekst, w tym źródło i miejsce docelowe strumienia serializowanego.

Dotyczy

PrintSystemException(String, Exception)

Inicjuje PrintSystemException nowe wystąpienie klasy, które udostępnia określony komunikat o błędzie, w tym podstawową przyczynę wyjątku.

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)

Parametry

message
String

Ciąg opisujący warunek błędu.

innerException
Exception

Podstawowy warunek błędu, który spowodował wyjątek.

Dotyczy

PrintSystemException(Int32, String, Exception)

Inicjuje PrintSystemException nowe wystąpienie klasy, które udostępnia określony kod błędu i komunikat o błędzie, w tym podstawową przyczynę wyjątku.

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)

Parametry

errorCode
Int32

Element Int32 , który jest interpretowany jako HRESULT, zakodowana wartość liczbowa przypisana do określonego wyjątku.

message
String

Ciąg opisujący warunek błędu.

innerException
Exception

Podstawowy warunek błędu, który spowodował wyjątek.

Dotyczy

PrintSystemException(Int32, String, String)

Inicjuje PrintSystemException nowe wystąpienie klasy, które udostępnia określony kod błędu, komunikat o błędzie i komunikat drukarki.

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)

Parametry

errorCode
Int32

Element Int32 , który jest interpretowany jako HRESULT, zakodowana wartość liczbowa przypisana do określonego wyjątku.

message
String

Ciąg opisujący warunek błędu.

printerMessage
String

Komunikat o wyjątku wysłany przez sterownik drukarki lub niezarządzany składnik systemu wydruku, który spowodował wyjątek.

Dotyczy