Freigeben über


SEHException-Konstruktor: (SerializationInfo, StreamingContext)

 

Veröffentlicht: Oktober 2016

Initialisiert eine neue Instanz der SEHException -Klasse aus Serialisierungsdaten.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

protected SEHException(
    SerializationInfo info,
    StreamingContext context
)
protected:
SEHException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> SEHException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameter

Ausnahmen

Exception Condition
ArgumentNullException

info ist null.

Hinweise

Dieser Konstruktor wird während der Deserialisierung aufgerufen, um das über einen Stream übertragene Ausnahmeobjekt wiederherzustellen. Weitere Informationen finden Sie unter den Ausführungen zum System.Runtime.Serialization-Namespace.

SEHException erbt von ExternalException.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

SEHException Überladen
SEHException-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang