Share via


CheckoutException Oluşturucular

Tanım

CheckoutException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

CheckoutException()

İlişkili ileti veya hata kodu olmadan sınıfının yeni bir örneğini CheckoutException başlatır.

CheckoutException(String)

Belirtilen iletiyle CheckoutException sınıfının yeni bir örneğini başlatır.

CheckoutException(SerializationInfo, StreamingContext)
Geçersiz.

Belirtilen serileştirme verilerini ve bağlamını CheckoutException kullanarak sınıfının yeni bir örneğini başlatır.

CheckoutException(String, Exception)

Belirtilen ayrıntılı açıklama ve belirtilen özel durum ile sınıfının yeni bir örneğini CheckoutException başlatır.

CheckoutException(String, Int32)

Belirtilen ileti ve hata koduyla sınıfının yeni bir örneğini CheckoutException başlatır.

CheckoutException()

Kaynak:
CheckoutException.cs
Kaynak:
CheckoutException.cs
Kaynak:
CheckoutException.cs

İlişkili ileti veya hata kodu olmadan sınıfının yeni bir örneğini CheckoutException başlatır.

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

Şunlara uygulanır

CheckoutException(String)

Kaynak:
CheckoutException.cs
Kaynak:
CheckoutException.cs
Kaynak:
CheckoutException.cs

Belirtilen iletiyle CheckoutException sınıfının yeni bir örneğini başlatır.

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)

Parametreler

message
String

Özel durumu açıklayan bir ileti.

Şunlara uygulanır

CheckoutException(SerializationInfo, StreamingContext)

Kaynak:
CheckoutException.cs
Kaynak:
CheckoutException.cs
Kaynak:
CheckoutException.cs

Dikkat

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

Belirtilen serileştirme verilerini ve bağlamını CheckoutException kullanarak sınıfının yeni bir örneğini başlatır.

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}")]
protected CheckoutException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ComponentModel.Design.CheckoutException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.Design.CheckoutException
[<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
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametreler

info
SerializationInfo

SerializationInfo Seri durumdan çıkarma için kullanılacak.

context
StreamingContext

Seri durumdan çıkarma için kullanılacak hedef.

Öznitelikler

Şunlara uygulanır

CheckoutException(String, Exception)

Kaynak:
CheckoutException.cs
Kaynak:
CheckoutException.cs
Kaynak:
CheckoutException.cs

Belirtilen ayrıntılı açıklama ve belirtilen özel durum ile sınıfının yeni bir örneğini CheckoutException başlatır.

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)

Parametreler

message
String

Hatanın ayrıntılı açıklaması.

innerException
Exception

Bu özel durumun nedeni olan iç özel duruma başvuru.

Şunlara uygulanır

CheckoutException(String, Int32)

Kaynak:
CheckoutException.cs
Kaynak:
CheckoutException.cs
Kaynak:
CheckoutException.cs

Belirtilen ileti ve hata koduyla sınıfının yeni bir örneğini CheckoutException başlatır.

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)

Parametreler

message
String

Özel durumu açıklayan bir ileti.

errorCode
Int32

Geçirecek hata kodu.

Şunlara uygulanır