CompositionContractMismatchException Konstruktoren

Definition

Initialisiert eine neue Instanz der CompositionContractMismatchException-Klasse.

Überlädt

CompositionContractMismatchException()

Initialisiert eine neue Instanz der CompositionContractMismatchException-Klasse mit einer vom System bereitgestellten Meldung, in der der Fehler beschrieben wird.

CompositionContractMismatchException(String)

Initialisiert eine neue Instanz der CompositionContractMismatchException-Klasse mit einer angegebenen Meldung, in der der Fehler beschrieben wird.

CompositionContractMismatchException(SerializationInfo, StreamingContext)
Veraltet.

Initialisiert eine neue Instanz der CompositionContractMismatchException-Klasse mit serialisierten Daten.

CompositionContractMismatchException(String, Exception)

Initialisiert eine neue Instanz der CompositionContractMismatchException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.

CompositionContractMismatchException()

Quelle:
CompositionContractMismatchException.cs
Quelle:
CompositionContractMismatchException.cs
Quelle:
CompositionContractMismatchException.cs

Initialisiert eine neue Instanz der CompositionContractMismatchException-Klasse mit einer vom System bereitgestellten Meldung, in der der Fehler beschrieben wird.

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

Hinweise

Dieser Konstruktor initialisiert die Message-Eigenschaft der neuen Instanz mit einer Systemmeldung, die den Fehler beschreibt, z. B: "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply". Diese Meldung berücksichtigt die aktuelle Systemkultur.

In der folgenden Tabelle werden die anfänglichen Eigenschaftenwerte für eine InsufficientMemoryException-Instanz aufgeführt.

Eigenschaft Wert
InnerException null.
Message Die lokalisierte Zeichenfolge mit der Fehlermeldung.

Weitere Informationen

Gilt für:

CompositionContractMismatchException(String)

Quelle:
CompositionContractMismatchException.cs
Quelle:
CompositionContractMismatchException.cs
Quelle:
CompositionContractMismatchException.cs

Initialisiert eine neue Instanz der CompositionContractMismatchException-Klasse mit einer angegebenen Meldung, in der der Fehler beschrieben wird.

public:
 CompositionContractMismatchException(System::String ^ message);
public CompositionContractMismatchException (string message);
public CompositionContractMismatchException (string? message);
new System.ComponentModel.Composition.CompositionContractMismatchException : string -> System.ComponentModel.Composition.CompositionContractMismatchException
Public Sub New (message As String)

Parameter

message
String

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

Hinweise

In der folgenden Tabelle werden die anfänglichen Eigenschaftenwerte für eine CompositionContractMismatchException-Instanz aufgeführt.

Eigenschaft Wert
InnerException null.
Message Die in message angegebene Zeichenfolge der Fehlermeldung.

Weitere Informationen

Gilt für:

CompositionContractMismatchException(SerializationInfo, StreamingContext)

Quelle:
CompositionContractMismatchException.cs
Quelle:
CompositionContractMismatchException.cs
Quelle:
CompositionContractMismatchException.cs

Achtung

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

Initialisiert eine neue Instanz der CompositionContractMismatchException-Klasse mit serialisierten Daten.

protected:
 CompositionContractMismatchException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected CompositionContractMismatchException (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 CompositionContractMismatchException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ComponentModel.Composition.CompositionContractMismatchException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.Composition.CompositionContractMismatchException
[<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 System.ComponentModel.Composition.CompositionContractMismatchException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.Composition.CompositionContractMismatchException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Das Objekt, das die Daten des serialisierten Objekts enthält.

context
StreamingContext

Die Kontextinformationen zur Quelle bzw. zum Ziel.

Attribute

Ausnahmen

info ist null.

In info fehlt ein erforderlicher Wert.

info enthält einen Wert, der nicht in den richtigen Typ umgewandelt werden kann.

Hinweise

Dieser Konstruktor wird während der Deserialisierung aufgerufen, um das über einen Datenstrom übertragene Ausnahmeobjekt wieder zusammenzusetzen. Weitere Informationen finden Sie unter XML- und SOAP-Serialisierung.

Weitere Informationen

Gilt für:

CompositionContractMismatchException(String, Exception)

Quelle:
CompositionContractMismatchException.cs
Quelle:
CompositionContractMismatchException.cs
Quelle:
CompositionContractMismatchException.cs

Initialisiert eine neue Instanz der CompositionContractMismatchException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.

public:
 CompositionContractMismatchException(System::String ^ message, Exception ^ innerException);
public CompositionContractMismatchException (string message, Exception innerException);
public CompositionContractMismatchException (string? message, Exception? innerException);
new System.ComponentModel.Composition.CompositionContractMismatchException : string * Exception -> System.ComponentModel.Composition.CompositionContractMismatchException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

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

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist. Wenn der innerException-Parameter nicht null ist, wird die aktuelle Ausnahme in einem catch-Block ausgelöst, der die innere Ausnahme behandelt.

Hinweise

Eine Ausnahme, die als direktes Ergebnis einer vorhergehenden Ausnahme ausgelöst wird, muss in der InnerException-Eigenschaft über einen Verweis auf die vorhergehende Ausnahme verfügen. Die InnerException-Eigenschaft gibt den gleichen Wert zurück, der an den Konstruktor übergeben wird, oder null, wenn die InnerException-Eigenschaft den Wert der inneren Ausnahme nicht an den Konstruktor übergibt.

In der folgenden Tabelle werden die anfänglichen Eigenschaftenwerte für eine CompositionContractMismatchException-Instanz aufgeführt.

Eigenschaft Wert
InnerException null.
Message Die in message angegebene Zeichenfolge der Fehlermeldung.

Weitere Informationen

Gilt für: