MessageLockLostException Konstruktoren

Definition

Überlädt

MessageLockLostException(String)
MessageLockLostException(String, Exception)

MessageLockLostException(String)

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

Parameter

message
String

Gilt für:

MessageLockLostException(String, Exception)

Quelle:
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)

Parameter

message
String
innerException
Exception

Gilt für: