次の方法で共有


LeaseLostException コンストラクター

定義

オーバーロード

LeaseLostException()

既定値を使用して LeaseLostException クラスの新しいインスタンスを初期化します。

LeaseLostException(Lease)

指定したリースを使用して、 クラスの LeaseLostException 新しいインスタンスを初期化します。

LeaseLostException(String)

指定したエラー メッセージを使用して、 クラスの LeaseLostException 新しいインスタンスを初期化します。

LeaseLostException(Lease, Exception)

指定したリースと例外の原因となったエラーを LeaseLostException 使用して、 クラスの新しいインスタンスを初期化します。

LeaseLostException(SerializationInfo, StreamingContext)

指定した情報とコンテキストを使用して、 クラスの LeaseLostException 新しいインスタンスを初期化します。

LeaseLostException(String, Exception)

指定したエラー メッセージと内部例外を使用して、 LeaseLostException クラスの新しいインスタンスを初期化します。

LeaseLostException()

既定値を使用して LeaseLostException クラスの新しいインスタンスを初期化します。

public LeaseLostException ();
Public Sub New ()

適用対象

LeaseLostException(Lease)

指定したリースを使用して、 クラスの LeaseLostException 新しいインスタンスを初期化します。

public LeaseLostException (Microsoft.ServiceBus.Messaging.Lease lease);
new Microsoft.ServiceBus.Messaging.LeaseLostException : Microsoft.ServiceBus.Messaging.Lease -> Microsoft.ServiceBus.Messaging.LeaseLostException
Public Sub New (lease As Lease)

パラメーター

lease
Lease

メッセージング リース。

適用対象

LeaseLostException(String)

指定したエラー メッセージを使用して、 クラスの LeaseLostException 新しいインスタンスを初期化します。

public LeaseLostException (string message);
new Microsoft.ServiceBus.Messaging.LeaseLostException : string -> Microsoft.ServiceBus.Messaging.LeaseLostException
Public Sub New (message As String)

パラメーター

message
String

エラーに関連付けられているメッセージ。

適用対象

LeaseLostException(Lease, Exception)

指定したリースと例外の原因となったエラーを LeaseLostException 使用して、 クラスの新しいインスタンスを初期化します。

public LeaseLostException (Microsoft.ServiceBus.Messaging.Lease lease, Exception innerException);
new Microsoft.ServiceBus.Messaging.LeaseLostException : Microsoft.ServiceBus.Messaging.Lease * Exception -> Microsoft.ServiceBus.Messaging.LeaseLostException
Public Sub New (lease As Lease, innerException As Exception)

パラメーター

lease
Lease

メッセージング リース。

innerException
Exception

例外の原因となったエラー。

適用対象

LeaseLostException(SerializationInfo, StreamingContext)

指定した情報とコンテキストを使用して、 クラスの LeaseLostException 新しいインスタンスを初期化します。

protected LeaseLostException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.ServiceBus.Messaging.LeaseLostException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.ServiceBus.Messaging.LeaseLostException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

例外に関するシリアル化された情報。

context
StreamingContext

転送元または転送先に関するコンテキスト情報。

適用対象

LeaseLostException(String, Exception)

指定したエラー メッセージと内部例外を使用して、 LeaseLostException クラスの新しいインスタンスを初期化します。

public LeaseLostException (string message, Exception innerException);
new Microsoft.ServiceBus.Messaging.LeaseLostException : string * Exception -> Microsoft.ServiceBus.Messaging.LeaseLostException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

エラーに関連付けられているメッセージ。

innerException
Exception

例外の原因となったエラー。

適用対象