次の方法で共有


SessionCannotBeLockedException コンストラクター

定義

オーバーロード

SessionCannotBeLockedException(String)
SessionCannotBeLockedException(String, Exception)

SessionCannotBeLockedException(String)

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

パラメーター

message
String

適用対象

SessionCannotBeLockedException(String, Exception)

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

パラメーター

message
String
innerException
Exception

適用対象