TableNotEnabledForNotificationException Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
TableNotEnabledForNotificationException sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| TableNotEnabledForNotificationException() |
TableNotEnabledForNotificationException sınıfının yeni bir örneğini başlatır. |
| TableNotEnabledForNotificationException(String) |
Belirtilen hata iletisiyle TableNotEnabledForNotificationException sınıfının yeni bir örneğini başlatır. |
| TableNotEnabledForNotificationException(String, Exception) |
Belirtilen bir hata iletisi ve bu özel durumun nedeni olan iç özel duruma başvuru ile TableNotEnabledForNotificationException sınıfının yeni bir örneğini 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 TableNotEnabledForNotificationException sınıfının yeni bir örneğini 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 TableNotEnabledForNotificationException sınıfının yeni bir örneğini 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.