Aracılığıyla paylaş


RuntimeBinderInternalCompilerException Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
RuntimeBinderInternalCompilerException()

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

RuntimeBinderInternalCompilerException(String)

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

RuntimeBinderInternalCompilerException(SerializationInfo, StreamingContext)
Geçersiz.

Serileştirilmiş verilerle sınıfının yeni bir örneğini RuntimeBinderInternalCompilerException 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

Hatanın RuntimeBinderInternalCompilerException açıklandığı sistem tarafından sağlanan bir iletiyle 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 özelliğini sistem tarafından sağlanan ve "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" gibi hatayı açıklayan bir iletiye başlatır Message . Bu ileti geçerli sistem kültürünü dikkate alır.

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

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

Hatanın RuntimeBinderInternalCompilerException açıklandığı belirtilen bir iletiyle 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, örneğinin ilk özellik değerleri gösterilmektedir RuntimeBinderInternalCompilerException.

Mülkiyet Değer
InnerException null.
Message içinde messagebelirtilen 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 sınıfının yeni bir örneğini RuntimeBinderInternalCompilerException 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 bir özel durum, özelliğindeki önceki özel duruma başvuru içermelidir InnerException . InnerException özelliği oluşturucuya geçirilen aynı değeri döndürür veya null özelliği oluşturucuya iç özel durum değeri sağlamaz.InnerException

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

Mülkiyet Değer
InnerException null.
Message içinde messagebelirtilen hata iletisi dizesi.

Şunlara uygulanır