SessionLockLostException Constructors

Definition

Overloads

SessionLockLostException(String)
SessionLockLostException(String, Exception)

SessionLockLostException(String)

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

Parameters

message
String

Applies to

SessionLockLostException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to