AmbiguousImplementationException 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.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| AmbiguousImplementationException() |
AmbiguousImplementationException sınıfının yeni bir örneğini başlatır. |
| AmbiguousImplementationException(String) |
Belirtilen bir hata iletisiyle sınıfının yeni bir örneğini AmbiguousImplementationException başlatır. |
| AmbiguousImplementationException(String, Exception) |
Belirtilen bir hata iletisi ve bu özel durumun nedeni olan iç özel duruma başvuru ile AmbiguousImplementationException sınıfının yeni bir örneğini başlatır. |
AmbiguousImplementationException()
AmbiguousImplementationException sınıfının yeni bir örneğini başlatır.
public:
AmbiguousImplementationException();
public AmbiguousImplementationException();
Public Sub New ()
Şunlara uygulanır
AmbiguousImplementationException(String)
Belirtilen bir hata iletisiyle sınıfının yeni bir örneğini AmbiguousImplementationException başlatır.
public:
AmbiguousImplementationException(System::String ^ message);
public AmbiguousImplementationException(string? message);
public AmbiguousImplementationException(string message);
new System.Runtime.AmbiguousImplementationException : string -> System.Runtime.AmbiguousImplementationException
Public Sub New (message As String)
Parametreler
- message
- String
Yerelleştirilmiş hata iletisi dizesi.
Şunlara uygulanır
AmbiguousImplementationException(String, Exception)
Belirtilen bir hata iletisi ve bu özel durumun nedeni olan iç özel duruma başvuru ile AmbiguousImplementationException sınıfının yeni bir örneğini başlatır.
public:
AmbiguousImplementationException(System::String ^ message, Exception ^ innerException);
public AmbiguousImplementationException(string? message, Exception? innerException);
public AmbiguousImplementationException(string message, Exception innerException);
new System.Runtime.AmbiguousImplementationException : string * Exception -> System.Runtime.AmbiguousImplementationException
Public Sub New (message As String, innerException As Exception)
Parametreler
- message
- String
Hatayı açıklayan bir dize.
- innerException
- Exception
Geçerli özel durumun nedeni olan özel durum.