Compartilhar via


Método _Exception.GetObjectData (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.

Fornece objetos COM com acesso independente de versão para o método Exception.GetObjectData

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

Sintaxe

[SecurityCriticalAttribute]
void GetObjectData(
    SerializationInfo info,
    StreamingContext context
)
[SecurityCriticalAttribute]
void GetObjectData(
    SerializationInfo^ info,
    StreamingContext context
)
[<SecurityCriticalAttribute>]
abstract GetObjectData : 
        info:SerializationInfo *
        context:StreamingContext -> unit
<SecurityCriticalAttribute>
Sub GetObjectData (
    info As SerializationInfo,
    context As StreamingContext
)

Parâmetros

Comentários

Esse método é para acesso para classes gerenciadas do código não gerenciado e não deve ser chamado de código gerenciado.

O Exception.GetObjectData método define o SerializationInfo objeto com informações sobre a exceção.

Segurança

SecurityCriticalAttribute

requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.

Informações de Versão

.NET Framework
Disponível desde 2.0

Confira Também

Exception.GetObjectData
Interface _Exception
Namespace System.Runtime.InteropServices

Retornar ao início