CheckoutException Konstruktoren

Definition

Initialisiert eine neue Instanz der CheckoutException-Klasse.

Überlädt

Name Beschreibung
CheckoutException()

Initialisiert eine neue Instanz der CheckoutException Klasse ohne zugeordneten Meldungs- oder Fehlercode.

CheckoutException(String)

Initialisiert eine neue Instanz der CheckoutException Klasse mit der angegebenen Nachricht.

CheckoutException(SerializationInfo, StreamingContext)
Veraltet.

Initialisiert eine neue Instanz der Klasse mithilfe der CheckoutException angegebenen Serialisierungsdaten und des angegebenen Kontexts.

CheckoutException(String, Exception)

Initialisiert eine neue Instanz der CheckoutException Klasse mit der angegebenen detaillierten Beschreibung und der angegebenen Ausnahme.

CheckoutException(String, Int32)

Initialisiert eine neue Instanz der CheckoutException Klasse mit dem angegebenen Meldungs- und Fehlercode.

CheckoutException()

Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs

Initialisiert eine neue Instanz der CheckoutException Klasse ohne zugeordneten Meldungs- oder Fehlercode.

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

Gilt für:

CheckoutException(String)

Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs

Initialisiert eine neue Instanz der CheckoutException Klasse mit der angegebenen Nachricht.

public:
 CheckoutException(System::String ^ message);
public CheckoutException(string? message);
public CheckoutException(string message);
new System.ComponentModel.Design.CheckoutException : string -> System.ComponentModel.Design.CheckoutException
Public Sub New (message As String)

Parameter

message
String

Eine Meldung, die die Ausnahme beschreibt.

Gilt für:

CheckoutException(SerializationInfo, StreamingContext)

Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs

Achtung

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Initialisiert eine neue Instanz der Klasse mithilfe der CheckoutException angegebenen Serialisierungsdaten und des angegebenen Kontexts.

protected:
 CheckoutException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected CheckoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected CheckoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.ComponentModel.Design.CheckoutException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.Design.CheckoutException
new System.ComponentModel.Design.CheckoutException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.Design.CheckoutException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Der SerializationInfo für die Deserialisierung zu verwendende

context
StreamingContext

Das Ziel, das für die Deserialisierung verwendet werden soll.

Attribute

Gilt für:

CheckoutException(String, Exception)

Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs

Initialisiert eine neue Instanz der CheckoutException Klasse mit der angegebenen detaillierten Beschreibung und der angegebenen Ausnahme.

public:
 CheckoutException(System::String ^ message, Exception ^ innerException);
public CheckoutException(string? message, Exception? innerException);
public CheckoutException(string message, Exception innerException);
new System.ComponentModel.Design.CheckoutException : string * Exception -> System.ComponentModel.Design.CheckoutException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Eine detaillierte Beschreibung des Fehlers.

innerException
Exception

Ein Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

Gilt für:

CheckoutException(String, Int32)

Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs
Quelle:
CheckoutException.cs

Initialisiert eine neue Instanz der CheckoutException Klasse mit dem angegebenen Meldungs- und Fehlercode.

public:
 CheckoutException(System::String ^ message, int errorCode);
public CheckoutException(string? message, int errorCode);
public CheckoutException(string message, int errorCode);
new System.ComponentModel.Design.CheckoutException : string * int -> System.ComponentModel.Design.CheckoutException
Public Sub New (message As String, errorCode As Integer)

Parameter

message
String

Eine Meldung, die die Ausnahme beschreibt.

errorCode
Int32

Der zu übergebende Fehlercode.

Gilt für: