SettingsPropertyWrongTypeException 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.
SettingsPropertyWrongTypeException sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
SettingsPropertyWrongTypeException() |
SettingsPropertyWrongTypeException sınıfının yeni bir örneğini başlatır. |
SettingsPropertyWrongTypeException(String) |
Sağlanan parametreye SettingsPropertyWrongTypeException göre sınıfının yeni bir örneğini başlatır. |
SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext) |
Geçersiz.
Sağlanan parametrelere göre sınıfının yeni bir örneğini SettingsPropertyWrongTypeException başlatır. |
SettingsPropertyWrongTypeException(String, Exception) |
Sağlanan parametrelere göre sınıfının yeni bir örneğini SettingsPropertyWrongTypeException başlatır. |
SettingsPropertyWrongTypeException()
SettingsPropertyWrongTypeException sınıfının yeni bir örneğini başlatır.
public:
SettingsPropertyWrongTypeException();
public SettingsPropertyWrongTypeException ();
Public Sub New ()
Şunlara uygulanır
SettingsPropertyWrongTypeException(String)
Sağlanan parametreye SettingsPropertyWrongTypeException göre sınıfının yeni bir örneğini başlatır.
public:
SettingsPropertyWrongTypeException(System::String ^ message);
public SettingsPropertyWrongTypeException (string message);
new System.Configuration.SettingsPropertyWrongTypeException : string -> System.Configuration.SettingsPropertyWrongTypeException
Public Sub New (message As String)
Parametreler
- message
- String
Özel durum iletisi içeren bir dize.
Şunlara uygulanır
SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext)
Dikkat
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Sağlanan parametrelere göre sınıfının yeni bir örneğini SettingsPropertyWrongTypeException başlatır.
protected:
SettingsPropertyWrongTypeException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SettingsPropertyWrongTypeException (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 SettingsPropertyWrongTypeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Configuration.SettingsPropertyWrongTypeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyWrongTypeException
[<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.Configuration.SettingsPropertyWrongTypeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyWrongTypeException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametreler
- info
- SerializationInfo
Oluşturulan özel durumla ilgili serileştirilmiş nesne verilerini içeren SerializationInfo.
- context
- StreamingContext
Seri StreamingContext hale getirilmiş akışın kaynağı veya hedefi hakkında bağlamsal bilgiler içeren.
- Öznitelikler
Şunlara uygulanır
SettingsPropertyWrongTypeException(String, Exception)
Sağlanan parametrelere göre sınıfının yeni bir örneğini SettingsPropertyWrongTypeException başlatır.
public:
SettingsPropertyWrongTypeException(System::String ^ message, Exception ^ innerException);
public SettingsPropertyWrongTypeException (string message, Exception innerException);
new System.Configuration.SettingsPropertyWrongTypeException : string * Exception -> System.Configuration.SettingsPropertyWrongTypeException
Public Sub New (message As String, innerException As Exception)
Parametreler
- message
- String
Özel durum iletisi içeren bir dize.
- innerException
- Exception
Geçerli özel durumun nedeni olan özel durum.