Construtor SafeArrayTypeMismatchException (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 SafeArrayTypeMismatchException(
SerializationInfo info,
StreamingContext context
)
protected:
SafeArrayTypeMismatchException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> SafeArrayTypeMismatchException
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parâmetros
info
Type: System.Runtime.Serialization.SerializationInfoO objeto que mantém os dados de objeto serializados.
context
Type: System.Runtime.Serialization.StreamingContextAs informações contextuais sobre a origem ou o destino.
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.
SafeArrayTypeMismatchException herda de SystemException.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
SafeArrayTypeMismatchException Sobrecarga
Classe SafeArrayTypeMismatchException
Namespace System.Runtime.InteropServices
Retornar ao início