Aracılığıyla paylaş


HttpUnhandledException Oluşturucular

Tanım

HttpUnhandledException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

HttpUnhandledException()

HttpUnhandledException sınıfının yeni bir örneğini başlatır.

HttpUnhandledException(String)

Belirtilen hata iletileriyle sınıfının yeni bir örneğini HttpUnhandledException başlatır.

HttpUnhandledException(String, Exception)

Belirtilen hata iletisi ve iç özel durum ile sınıfının yeni bir örneğini HttpUnhandledException başlatır.

HttpUnhandledException()

HttpUnhandledException sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

HttpUnhandledException(String)

Belirtilen hata iletileriyle sınıfının yeni bir örneğini HttpUnhandledException başlatır.

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

Parametreler

message
String

Özel durum oluşturulduğunda istemciye görüntülenen ileti.

Şunlara uygulanır

HttpUnhandledException(String, Exception)

Belirtilen hata iletisi ve iç özel durum ile sınıfının yeni bir örneğini HttpUnhandledException başlatır.

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)

Parametreler

message
String

Özel durum oluşturulduğunda istemciye görüntülenen ileti.

innerException
Exception

InnerExceptionvarsa, geçerli özel durumu oluşturan .

Şunlara uygulanır