Freigeben über


RuntimeBinderInternalCompilerException Konstruktoren

Definition

Initialisiert eine neue Instanz der RuntimeBinderInternalCompilerException Klasse mit einer vom System bereitgestellten Meldung, die den Fehler beschreibt.

Überlädt

Name Beschreibung
RuntimeBinderInternalCompilerException()

Initialisiert eine neue Instanz der RuntimeBinderInternalCompilerException Klasse mit einer vom System bereitgestellten Meldung, die den Fehler beschreibt.

RuntimeBinderInternalCompilerException(String)

Initialisiert eine neue Instanz der RuntimeBinderInternalCompilerException Klasse mit einer angegebenen Meldung, die den Fehler beschreibt.

RuntimeBinderInternalCompilerException(SerializationInfo, StreamingContext)
Veraltet.

Initialisiert eine neue Instanz der RuntimeBinderInternalCompilerException Klasse mit serialisierten Daten.

RuntimeBinderInternalCompilerException(String, Exception)

Initialisiert eine neue Instanz der RuntimeBinderInternalCompilerException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

RuntimeBinderInternalCompilerException()

Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs

Initialisiert eine neue Instanz der RuntimeBinderInternalCompilerException Klasse mit einer vom System bereitgestellten Meldung, die den Fehler beschreibt.

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

Hinweise

Dieser Konstruktor initialisiert die Message Eigenschaft der neuen Instanz in einer vom System bereitgestellten Nachricht, die den Fehler beschreibt, z. B. "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" Diese Nachricht berücksichtigt die aktuelle Systemkultur.

In der folgenden Tabelle sind die anfänglichen Eigenschaftswerte für eine Instanz von InsufficientMemoryException.

Eigentum Wert
InnerException null.
Message Die lokalisierte Fehlermeldungszeichenfolge.

Weitere Informationen

Gilt für:

RuntimeBinderInternalCompilerException(String)

Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs

Initialisiert eine neue Instanz der RuntimeBinderInternalCompilerException Klasse mit einer angegebenen Meldung, die den Fehler beschreibt.

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)

Parameter

message
String

Die Meldung, die die Ausnahme beschreibt. Der Aufrufer dieses Konstruktors ist erforderlich, um sicherzustellen, dass diese Zeichenfolge für die aktuelle Systemkultur lokalisiert wurde.

Hinweise

In der folgenden Tabelle sind die anfänglichen Eigenschaftswerte für eine Instanz von RuntimeBinderInternalCompilerException.

Eigentum Wert
InnerException null.
Message Die in message.

Weitere Informationen

Gilt für:

RuntimeBinderInternalCompilerException(SerializationInfo, StreamingContext)

Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs

Achtung

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

Initialisiert eine neue Instanz der RuntimeBinderInternalCompilerException Klasse mit serialisierten Daten.

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)

Parameter

info
SerializationInfo

Das SerializationInfo Objekt enthält die serialisierten Objektdaten zu der Ausnahme, die ausgelöst wird.

context
StreamingContext

Die StreamingContext kontextbezogene Informationen zur Quelle oder zum Ziel.

Attribute

Hinweise

Dieser Konstruktor wird während der Deserialisierung aufgerufen, um das über einen Datenstrom übertragene Ausnahmeobjekt zu rekonstituieren.

Gilt für:

RuntimeBinderInternalCompilerException(String, Exception)

Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs
Quelle:
RuntimeBinderInternalCompilerException.cs

Initialisiert eine neue Instanz der RuntimeBinderInternalCompilerException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

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)

Parameter

message
String

Die Fehlermeldung, die den Grund für die Ausnahme erklärt.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder ein Nullverweis, wenn keine innere Ausnahme angegeben wird.

Hinweise

Eine Ausnahme, die als direktes Ergebnis einer vorherigen Ausnahme ausgelöst wird, sollte einen Verweis auf die vorherige Ausnahme in der InnerException Eigenschaft enthalten. Die InnerException Eigenschaft gibt denselben Wert zurück, der an den Konstruktor übergeben wird, oder null wenn die InnerException Eigenschaft den inneren Ausnahmewert nicht für den Konstruktor angibt.

In der folgenden Tabelle sind die anfänglichen Eigenschaftswerte für eine Instanz von RuntimeBinderInternalCompilerException.

Eigentum Wert
InnerException null.
Message Die in message.

Gilt für: