Megosztás a következőn keresztül:


ErrorResponseException Konstruktorok

Definíció

Túlterhelések

ErrorResponseException()

Inicializálja az ErrorResponseException osztály új példányát.

ErrorResponseException(String)

Inicializálja az ErrorResponseException osztály új példányát.

ErrorResponseException(String, Exception)

Inicializálja az ErrorResponseException osztály új példányát.

ErrorResponseException()

Inicializálja az ErrorResponseException osztály új példányát.

public ErrorResponseException ();
Public Sub New ()

A következőre érvényes:

ErrorResponseException(String)

Inicializálja az ErrorResponseException osztály új példányát.

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

Paraméterek

message
String

A kivételüzenet.

A következőre érvényes:

ErrorResponseException(String, Exception)

Inicializálja az ErrorResponseException osztály új példányát.

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

Paraméterek

message
String

A kivételüzenet.

innerException
Exception

Belső kivétel.

A következőre érvényes: