Construtor SafeArrayRankMismatchException (SerializationInfo, StreamingContext)

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Inicializa uma nova instância da classe SafeArrayTypeMismatchException dos dados de serialização.

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

Sintaxe

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
)

Parâmetros

Exceções

Exception Condition
ArgumentNullException

info é null.

Comentários

Este construtor é chamado durante a desserialização para reconstituir o objeto de exceção transmitido por um fluxo. Para obter mais informações, consulte System.Runtime.Serialization.

SafeArrayRankMismatchException herda de SystemException.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

SafeArrayRankMismatchException Sobrecarga
Classe SafeArrayRankMismatchException
Namespace System.Runtime.InteropServices

Retornar ao início