DivideByZeroException 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.
DivideByZeroException sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
DivideByZeroException() |
DivideByZeroException sınıfının yeni bir örneğini başlatır. |
DivideByZeroException(String) |
Belirtilen hata iletisiyle sınıfının yeni bir örneğini DivideByZeroException başlatır. |
DivideByZeroException(SerializationInfo, StreamingContext) |
Geçersiz.
DivideByZeroException sınıfının yeni bir örneğini serileştirilmiş verilerle başlatır. |
DivideByZeroException(String, Exception) |
Sınıfın DivideByZeroException yeni bir örneğini belirtilen bir hata iletisiyle ve bu özel durumun nedeni olan iç özel duruma başvuruyla başlatır. |
DivideByZeroException()
- Kaynak:
- DivideByZeroException.cs
- Kaynak:
- DivideByZeroException.cs
- Kaynak:
- DivideByZeroException.cs
DivideByZeroException sınıfının yeni bir örneğini başlatır.
public:
DivideByZeroException();
public DivideByZeroException ();
Public Sub New ()
Açıklamalar
Bu oluşturucu, yeni örneğin özelliğini sistem tarafından sağlanan ve "Sıfıra bölme girişimi" gibi hatayı açıklayan bir iletiyle başlatır Message . Bu ileti geçerli sistem kültürünü hesaba katıyor.
Aşağıdaki tablo, DivideByZeroException öğesinin bir örneği için başlangıç özellik değerlerini gösterir.
Özellik | Değer |
---|---|
InnerException | Null başvuru (Nothing Visual Basic'te). |
Message | Yerelleştirilmiş hata ileti dizesi. |
Şunlara uygulanır
DivideByZeroException(String)
- Kaynak:
- DivideByZeroException.cs
- Kaynak:
- DivideByZeroException.cs
- Kaynak:
- DivideByZeroException.cs
Belirtilen hata iletisiyle sınıfının yeni bir örneğini DivideByZeroException başlatır.
public:
DivideByZeroException(System::String ^ message);
public DivideByZeroException (string message);
public DivideByZeroException (string? message);
new DivideByZeroException : string -> DivideByZeroException
Public Sub New (message As String)
Parametreler
Açıklamalar
içeriğinin message
insanlar tarafından anlaşılması amaçlanmıştır. Bu yapıcının çağırıcısı, bu dizenin geçerli sistem kültürü için yerelleştirilmiş olduğundan emin olmak için gereklidir.
Aşağıdaki tablo, DivideByZeroException öğesinin bir örneği için başlangıç özellik değerlerini gösterir.
Özellik | Değer |
---|---|
InnerException | Null başvuru (Nothing Visual Basic'te). |
Message | Hata iletisi dizesi. |
Şunlara uygulanır
DivideByZeroException(SerializationInfo, StreamingContext)
- Kaynak:
- DivideByZeroException.cs
- Kaynak:
- DivideByZeroException.cs
- Kaynak:
- DivideByZeroException.cs
Dikkat
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
DivideByZeroException sınıfının yeni bir örneğini serileştirilmiş verilerle başlatır.
protected:
DivideByZeroException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DivideByZeroException (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 DivideByZeroException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new DivideByZeroException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> DivideByZeroException
[<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 DivideByZeroException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> DivideByZeroException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametreler
- info
- SerializationInfo
Serileştirilmiş nesne verilerini tutan nesne.
- context
- StreamingContext
Kaynak veya hedefle ilgili bağlamsal bilgi.
- Öznitelikler
Açıklamalar
Bu oluşturucu, bir akış üzerinden iletilen özel durum nesnesini yeniden oluşturmak için seri durumundan çıkarma sırasında çağrılır.
Şunlara uygulanır
DivideByZeroException(String, Exception)
- Kaynak:
- DivideByZeroException.cs
- Kaynak:
- DivideByZeroException.cs
- Kaynak:
- DivideByZeroException.cs
Sınıfın DivideByZeroException yeni bir örneğini belirtilen bir hata iletisiyle ve bu özel durumun nedeni olan iç özel duruma başvuruyla başlatır.
public:
DivideByZeroException(System::String ^ message, Exception ^ innerException);
public DivideByZeroException (string message, Exception innerException);
public DivideByZeroException (string? message, Exception? innerException);
new DivideByZeroException : string * Exception -> DivideByZeroException
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
parametresi değilsenull
, geçerli özel durum iç özel durumu işleyen bir catch
blokta oluşturulur.
Açıklamalar
Bir önceki özel durumun doğrudan bir sonucu olarak oluşturulan bir özel durum, InnerException özelliğindeki önceki özel duruma başvuru içermelidir.
InnerException özelliği, oluşturucuya iletilen aynı değeri ya da InnerException özelliği oluşturucuya iç özel durum değeri sağlamıyorsa null
değerini döndürür.
Aşağıdaki tablo, DivideByZeroException öğesinin bir örneği için başlangıç özellik değerlerini gösterir.
Özellik Türü | Koşul |
---|---|
InnerException | İç özel duruma başvuru. |
Message | Hata iletisi dizesi. |