RuntimeBinderInternalCompilerException Oluşturucular

Tanım

hatayı açıklayan sistem tarafından sağlanan bir iletiyle RuntimeBinderInternalCompilerException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
RuntimeBinderInternalCompilerException()

hatayı açıklayan sistem tarafından sağlanan bir iletiyle RuntimeBinderInternalCompilerException sınıfının yeni bir örneğini başlatır.

RuntimeBinderInternalCompilerException(String)

hatayı açıklayan belirtilen bir iletiyle RuntimeBinderInternalCompilerException sınıfının yeni bir örneğini başlatır.

RuntimeBinderInternalCompilerException(SerializationInfo, StreamingContext)
Geçersiz.

Serileştirilmiş verilerle RuntimeBinderInternalCompilerException sınıfının yeni bir örneğini başlatır.

RuntimeBinderInternalCompilerException(String, Exception)

Belirtilen hata iletisine RuntimeBinderInternalCompilerException ve bu özel durumun nedeni olan iç özel duruma başvuruya sahip sınıfın yeni bir örneğini başlatır.

RuntimeBinderInternalCompilerException()

Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs

hatayı açıklayan sistem tarafından sağlanan bir iletiyle RuntimeBinderInternalCompilerException sınıfının yeni bir örneğini başlatır.

public:
 RuntimeBinderInternalCompilerException();
public RuntimeBinderInternalCompilerException();
Public Sub New ()

Açıklamalar

Bu oluşturucu, yeni örneğin Message özelliğini "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" gibi hatayı açıklayan sistem tarafından sağlanan bir iletiye başlatır. Bu ileti geçerli sistem kültürünü dikkate alır.

Aşağıdaki tabloda, InsufficientMemoryExceptionörneğinin ilk özellik değerleri gösterilmektedir.

Mülkiyet Değer
InnerException null.
Message Yerelleştirilmiş hata iletisi dizesi.

Ayrıca bkz.

Şunlara uygulanır

RuntimeBinderInternalCompilerException(String)

Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs

hatayı açıklayan belirtilen bir iletiyle RuntimeBinderInternalCompilerException sınıfının yeni bir örneğini başlatır.

public:
 RuntimeBinderInternalCompilerException(System::String ^ message);
public RuntimeBinderInternalCompilerException(string message);
public RuntimeBinderInternalCompilerException(string? message);
new Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException : string -> Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
Public Sub New (message As String)

Parametreler

message
String

Özel durumu açıklayan ileti. Bu dizenin geçerli sistem kültürü için yerelleştirildiğinden emin olmak için bu oluşturucunun çağıranı gereklidir.

Açıklamalar

Aşağıdaki tabloda, RuntimeBinderInternalCompilerExceptionörneğinin ilk özellik değerleri gösterilmektedir.

Mülkiyet Değer
InnerException null.
Message messageiçinde belirtilen hata iletisi dizesi.

Ayrıca bkz.

Şunlara uygulanır

RuntimeBinderInternalCompilerException(SerializationInfo, StreamingContext)

Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs

Dikkat

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Serileştirilmiş verilerle RuntimeBinderInternalCompilerException sınıfının yeni bir örneğini başlatır.

protected:
 RuntimeBinderInternalCompilerException(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 RuntimeBinderInternalCompilerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected RuntimeBinderInternalCompilerException(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}")>]
new Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
new Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametreler

info
SerializationInfo

Oluşan SerializationInfo özel durumla ilgili serileştirilmiş nesne verilerini tutan.

context
StreamingContext

StreamingContext Kaynak veya hedef hakkında bağlamsal bilgileri içeren.

Öznitelikler

Açıklamalar

Bu oluşturucu, bir akış üzerinden iletilen özel durum nesnesini yeniden oluşturmak için seri durumdan çıkarma sırasında çağrılır.

Şunlara uygulanır

RuntimeBinderInternalCompilerException(String, Exception)

Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs
Kaynak:
RuntimeBinderInternalCompilerException.cs

Belirtilen hata iletisine RuntimeBinderInternalCompilerException ve bu özel durumun nedeni olan iç özel duruma başvuruya sahip sınıfın yeni bir örneğini başlatır.

public:
 RuntimeBinderInternalCompilerException(System::String ^ message, Exception ^ innerException);
public RuntimeBinderInternalCompilerException(string message, Exception innerException);
public RuntimeBinderInternalCompilerException(string? message, Exception? innerException);
new Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException : string * Exception -> Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException
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 belirtilmemişse null başvuru.

Açıklamalar

Önceki bir özel durumun doğrudan sonucu olarak oluşan özel durum, InnerException özelliğindeki önceki özel duruma başvuru içermelidir. InnerException özelliği oluşturucuya geçirilen değeri döndürür veya null özelliği oluşturucuya iç özel durum değeri sağlamazsa InnerException.

Aşağıdaki tabloda, RuntimeBinderInternalCompilerExceptionörneğinin ilk özellik değerleri gösterilmektedir.

Mülkiyet Değer
InnerException null.
Message messageiçinde belirtilen hata iletisi dizesi.

Şunlara uygulanır