RowNotInTableException 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.
Bağımsız değişkenler olmadan sınıfının yeni bir örneğini RowNotInTableException başlatır.
Aşırı Yüklemeler
RowNotInTableException() |
RowNotInTableException sınıfının yeni bir örneğini başlatır. |
RowNotInTableException(String) |
Belirtilen dize ile sınıfının yeni bir örneğini RowNotInTableException başlatır. |
RowNotInTableException(SerializationInfo, StreamingContext) |
Geçersiz.
Serileştirme bilgileriyle sınıfının yeni bir örneğini RowNotInTableException başlatır. |
RowNotInTableException(String, Exception) |
Sınıfın RowNotInTableException yeni bir örneğini belirtilen bir hata iletisiyle ve bu özel durumun nedeni olan iç özel duruma başvuruyla başlatır. |
RowNotInTableException()
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
RowNotInTableException sınıfının yeni bir örneğini başlatır.
public:
RowNotInTableException();
public RowNotInTableException ();
Public Sub New ()
Şunlara uygulanır
RowNotInTableException(String)
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
Belirtilen dize ile sınıfının yeni bir örneğini RowNotInTableException başlatır.
public:
RowNotInTableException(System::String ^ s);
public RowNotInTableException (string? s);
public RowNotInTableException (string s);
new System.Data.RowNotInTableException : string -> System.Data.RowNotInTableException
Public Sub New (s As String)
Parametreler
- s
- String
Özel durum oluşturulduğunda görüntülenecek dize.
Şunlara uygulanır
RowNotInTableException(SerializationInfo, StreamingContext)
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
Dikkat
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Serileştirme bilgileriyle sınıfının yeni bir örneğini RowNotInTableException başlatır.
protected:
RowNotInTableException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RowNotInTableException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected RowNotInTableException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.RowNotInTableException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.RowNotInTableException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Data.RowNotInTableException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.RowNotInTableException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametreler
- info
- SerializationInfo
Bir nesneyi seri hale getirmek veya seri durumdan çıkarabilmek için gereken veriler.
- context
- StreamingContext
Belirtilen serileştirilmiş akışın kaynak ve hedefinin açıklaması.
- Öznitelikler
Ayrıca bkz.
Şunlara uygulanır
RowNotInTableException(String, Exception)
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
Sınıfın RowNotInTableException yeni bir örneğini belirtilen bir hata iletisiyle ve bu özel durumun nedeni olan iç özel duruma başvuruyla başlatır.
public:
RowNotInTableException(System::String ^ message, Exception ^ innerException);
public RowNotInTableException (string? message, Exception? innerException);
public RowNotInTableException (string message, Exception innerException);
new System.Data.RowNotInTableException : string * Exception -> System.Data.RowNotInTableException
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 veya iç özel durum belirtilmezse null başvuru (Nothing
Visual Basic'te).