HttpUnhandledException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy HttpUnhandledException.

Przeciążenia

Nazwa Opis
HttpUnhandledException()

Inicjuje nowe wystąpienie klasy HttpUnhandledException.

HttpUnhandledException(String)

Inicjuje nowe wystąpienie HttpUnhandledException klasy z określonymi komunikatami o błędach.

HttpUnhandledException(String, Exception)

Inicjuje nowe wystąpienie HttpUnhandledException klasy z określonym komunikatem o błędzie i wyjątkiem wewnętrznym.

HttpUnhandledException()

Inicjuje nowe wystąpienie klasy HttpUnhandledException.

public:
 HttpUnhandledException();
public HttpUnhandledException();
Public Sub New ()

Dotyczy

HttpUnhandledException(String)

Inicjuje nowe wystąpienie HttpUnhandledException klasy z określonymi komunikatami o błędach.

public:
 HttpUnhandledException(System::String ^ message);
public HttpUnhandledException(string message);
new System.Web.HttpUnhandledException : string -> System.Web.HttpUnhandledException
Public Sub New (message As String)

Parametry

message
String

Komunikat wyświetlany klientowi po wystąpieniu wyjątku.

Dotyczy

HttpUnhandledException(String, Exception)

Inicjuje nowe wystąpienie HttpUnhandledException klasy z określonym komunikatem o błędzie i wyjątkiem wewnętrznym.

public:
 HttpUnhandledException(System::String ^ message, Exception ^ innerException);
public HttpUnhandledException(string message, Exception innerException);
new System.Web.HttpUnhandledException : string * Exception -> System.Web.HttpUnhandledException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Komunikat wyświetlany klientowi po wystąpieniu wyjątku.

innerException
Exception

, InnerExceptionjeśli istnieje, który rzucił bieżący wyjątek.

Dotyczy