Share via


SessionLockLostException Construtores

Definição

Sobrecargas

SessionLockLostException(String)
SessionLockLostException(String, Exception)

SessionLockLostException(String)

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

Parâmetros

message
String

Aplica-se a

SessionLockLostException(String, Exception)

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

Parâmetros

message
String
innerException
Exception

Aplica-se a