ErrorResponseException コンストラクター

定義

オーバーロード

ErrorResponseException()
ErrorResponseException(String)
ErrorResponseException(String, Exception)

ErrorResponseException()

public ErrorResponseException ();
Public Sub New ()

適用対象

ErrorResponseException(String)

public ErrorResponseException (string message);
new Microsoft.Bot.Connector.ErrorResponseException : string -> Microsoft.Bot.Connector.ErrorResponseException
Public Sub New (message As String)

パラメーター

message
String

適用対象

ErrorResponseException(String, Exception)

public ErrorResponseException (string message, Exception innerException);
new Microsoft.Bot.Connector.ErrorResponseException : string * Exception -> Microsoft.Bot.Connector.ErrorResponseException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String
innerException
Exception

適用対象