Partilhar via


Construtor DataSchemaException (String, Exception)

Cria uma nova instância de DataSchemaException classe usando a mensagem fornecida e exceção interna.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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
    Uma seqüência de caracteres que indica o motivo da exceção.

Segurança do .NET Framework

Consulte também

Referência

DataSchemaException Classe

Sobrecargas DataSchemaException

Namespace Microsoft.Data.Schema