Aracılığıyla paylaş


TableNotEnabledForNotificationException Oluşturucular

Tanım

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

Aşırı Yüklemeler

TableNotEnabledForNotificationException()

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

TableNotEnabledForNotificationException(String)

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

TableNotEnabledForNotificationException(String, Exception)

Belirtilen bir hata iletisi ve bu özel durumun nedeni olan iç özel duruma başvuru ile sınıfının yeni bir örneğini TableNotEnabledForNotificationException başlatır.

TableNotEnabledForNotificationException()

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

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

Şunlara uygulanır

TableNotEnabledForNotificationException(String)

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

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

Parametreler

message
String

Hatayı açıklayan ileti.

Şunlara uygulanır

TableNotEnabledForNotificationException(String, Exception)

Belirtilen bir hata iletisi ve bu özel durumun nedeni olan iç özel duruma başvuru ile sınıfının yeni bir örneğini TableNotEnabledForNotificationException başlatır.

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

Parametreler

message
String

Özel durumun nedenini açıklayan hata iletisi.

innerException
Exception

Geçerli özel durumun nedeni olan özel durum. innerException nulldeğilse, geçerli özel durum iç özel durumu işleyen bir catch blokta oluşturulur.

Şunlara uygulanır