Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- message
Tipo: System.String
The error message.