MessageLockLostException コンストラクター

定義

オーバーロード

MessageLockLostException(String)
MessageLockLostException(String, Exception)

MessageLockLostException(String)

ソース:
MessageLockLostException.cs
public MessageLockLostException (string message);
new Microsoft.Azure.ServiceBus.MessageLockLostException : string -> Microsoft.Azure.ServiceBus.MessageLockLostException
Public Sub New (message As String)

パラメーター

message
String

適用対象

MessageLockLostException(String, Exception)

ソース:
MessageLockLostException.cs
public MessageLockLostException (string message, Exception innerException);
new Microsoft.Azure.ServiceBus.MessageLockLostException : string * Exception -> Microsoft.Azure.ServiceBus.MessageLockLostException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String
innerException
Exception

適用対象