共用方式為


ErrorResponseException 建構函式

定義

多載

ErrorResponseException()

初始化 ErrorResponseException 類別的新實例。

ErrorResponseException(String)

初始化 ErrorResponseException 類別的新實例。

ErrorResponseException(String, Exception)

初始化 ErrorResponseException 類別的新實例。

ErrorResponseException()

初始化 ErrorResponseException 類別的新實例。

public ErrorResponseException ();
Public Sub New ()

適用於

ErrorResponseException(String)

初始化 ErrorResponseException 類別的新實例。

public ErrorResponseException (string message);
new Microsoft.Azure.Management.Billing.Models.ErrorResponseException : string -> Microsoft.Azure.Management.Billing.Models.ErrorResponseException
Public Sub New (message As String)

參數

message
String

例外狀況訊息。

適用於

ErrorResponseException(String, Exception)

初始化 ErrorResponseException 類別的新實例。

public ErrorResponseException (string message, Exception innerException);
new Microsoft.Azure.Management.Billing.Models.ErrorResponseException : string * Exception -> Microsoft.Azure.Management.Billing.Models.ErrorResponseException
Public Sub New (message As String, innerException As Exception)

參數

message
String

例外狀況訊息。

innerException
Exception

內部例外狀況。

適用於