Compartir a través de


TypeNotMappedException Constructor (String)

Initializes a new instance of the TypeNotMappedException class with a specified error message.

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

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String 

Dim instance As New TypeNotMappedException(message)
public TypeNotMappedException(
    string message
)
public:
TypeNotMappedException(
    String^ message
)
new : 
        message:string -> TypeNotMappedException
public function TypeNotMappedException(
    message : String
)

Parámetros

Vea también

Referencia

TypeNotMappedException Clase

Sobrecarga de TypeNotMappedException

Espacio de nombres Microsoft.SqlServer.XEvent.Linq