Freigeben über


SafeArrayRankMismatchException-Konstruktor: (SerializationInfo, StreamingContext)

 

Veröffentlicht: Oktober 2016

Initialisiert eine neue Instanz der SafeArrayTypeMismatchException -Klasse aus Serialisierungsdaten.

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

Syntax

protected SafeArrayRankMismatchException(
    SerializationInfo info,
    StreamingContext context
)
protected:
SafeArrayRankMismatchException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> SafeArrayRankMismatchException
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 System.Runtime.Serialization.

SafeArrayRankMismatchException erbt von SystemException.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

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

Zurück zum Anfang