Compartir a través de


DataSchemaException (Constructor) (String, Exception)

Crea una nueva instancia de la clase DataSchemaException utilizando el mensaje y la excepción interna proporcionados.

Espacio de nombres:  Microsoft.Data.Schema
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public DataSchemaException(
    string message,
    Exception innerException
)
public:
DataSchemaException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DataSchemaException
public function DataSchemaException(
    message : String, 
    innerException : Exception
)

Parámetros

  • message
    Tipo: System.String
    Cadena que indica el motivo de la excepción.

Seguridad de .NET Framework

Vea también

Referencia

DataSchemaException Clase

DataSchemaException (Sobrecarga)

Microsoft.Data.Schema (Espacio de nombres)