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