次の方法で共有


UnauthorizedException コンストラクター

定義

オーバーロード

UnauthorizedException(String)
UnauthorizedException(String, Exception)

UnauthorizedException(String)

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

パラメーター

message
String

適用対象

UnauthorizedException(String, Exception)

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

パラメーター

message
String
innerException
Exception

適用対象