Compartir a través de


TypeNotMappedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the TypeNotMappedException class with the specified serialization and context information.

Espacio de nombres:  Microsoft.SqlServer.XEvent.Linq
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Uso
Dim info As SerializationInfo 
Dim context As StreamingContext 

Dim instance As New TypeNotMappedException(info, context)
protected TypeNotMappedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
TypeNotMappedException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> TypeNotMappedException
protected function TypeNotMappedException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parámetros

Vea también

Referencia

TypeNotMappedException Clase

Sobrecarga de TypeNotMappedException

Espacio de nombres Microsoft.SqlServer.XEvent.Linq