CheckoutException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CheckoutException クラスの新しいインスタンスを初期化します。
オーバーロード
CheckoutException() |
メッセージやエラー コードを関連付けずに、CheckoutException クラスの新しいインスタンスを初期化します。 |
CheckoutException(String) |
指定したメッセージを使用して、CheckoutException クラスの新しいインスタンスを初期化します。 |
CheckoutException(SerializationInfo, StreamingContext) |
古い.
指定したシリアル化データとコンテキストを使用して、CheckoutException クラスの新しいインスタンスを初期化します。 |
CheckoutException(String, Exception) |
詳細説明と例外を指定して、CheckoutException クラスの新しいインスタンスを初期化します。 |
CheckoutException(String, Int32) |
指定したメッセージおよびエラー コードを使用して、CheckoutException クラスの新しいインスタンスを初期化します。 |
CheckoutException()
メッセージやエラー コードを関連付けずに、CheckoutException クラスの新しいインスタンスを初期化します。
public:
CheckoutException();
public CheckoutException ();
Public Sub New ()
適用対象
CheckoutException(String)
指定したメッセージを使用して、CheckoutException クラスの新しいインスタンスを初期化します。
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)
パラメーター
- message
- String
例外を説明するメッセージ。
適用対象
CheckoutException(SerializationInfo, StreamingContext)
注意事項
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
指定したシリアル化データとコンテキストを使用して、CheckoutException クラスの新しいインスタンスを初期化します。
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)
パラメーター
- info
- SerializationInfo
逆シリアル化に使用する SerializationInfo。
- context
- StreamingContext
逆シリアル化に使用する転送先。
- 属性
適用対象
CheckoutException(String, Exception)
詳細説明と例外を指定して、CheckoutException クラスの新しいインスタンスを初期化します。
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)
パラメーター
- message
- String
エラーの詳細説明。
- innerException
- Exception
この例外の原因である内部例外への参照。
適用対象
CheckoutException(String, Int32)
指定したメッセージおよびエラー コードを使用して、CheckoutException クラスの新しいインスタンスを初期化します。
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)
パラメーター
- message
- String
例外を説明するメッセージ。
- errorCode
- Int32
渡すエラー コード。
適用対象
.NET