InRowChangingEventException 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.
InRowChangingEventException sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
InRowChangingEventException() |
InRowChangingEventException sınıfının yeni bir örneğini başlatır. |
InRowChangingEventException(String) |
Belirtilen dize ile sınıfının yeni bir örneğini InRowChangingEventException başlatır. |
InRowChangingEventException(SerializationInfo, StreamingContext) |
Geçersiz.
Serileştirme bilgileriyle sınıfının yeni bir örneğini InRowChangingEventException başlatır. |
InRowChangingEventException(String, Exception) |
Sınıfın InRowChangingEventException yeni bir örneğini belirtilen bir hata iletisiyle ve bu özel durumun nedeni olan iç özel duruma başvuruyla başlatır. |
InRowChangingEventException()
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
InRowChangingEventException sınıfının yeni bir örneğini başlatır.
public:
InRowChangingEventException();
public InRowChangingEventException ();
Public Sub New ()
Şunlara uygulanır
InRowChangingEventException(String)
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
Belirtilen dize ile sınıfının yeni bir örneğini InRowChangingEventException başlatır.
public:
InRowChangingEventException(System::String ^ s);
public InRowChangingEventException (string? s);
public InRowChangingEventException (string s);
new System.Data.InRowChangingEventException : string -> System.Data.InRowChangingEventException
Public Sub New (s As String)
Parametreler
- s
- String
Özel durum oluşturulduğunda görüntülenecek dize.
Şunlara uygulanır
InRowChangingEventException(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 InRowChangingEventException başlatır.
protected:
InRowChangingEventException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InRowChangingEventException (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 InRowChangingEventException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.InRowChangingEventException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.InRowChangingEventException
[<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.InRowChangingEventException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.InRowChangingEventException
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
InRowChangingEventException(String, Exception)
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
- Kaynak:
- DataException.cs
Sınıfın InRowChangingEventException yeni bir örneğini belirtilen bir hata iletisiyle ve bu özel durumun nedeni olan iç özel duruma başvuruyla başlatır.
public:
InRowChangingEventException(System::String ^ message, Exception ^ innerException);
public InRowChangingEventException (string? message, Exception? innerException);
public InRowChangingEventException (string message, Exception innerException);
new System.Data.InRowChangingEventException : string * Exception -> System.Data.InRowChangingEventException
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).