DataSchemaException – konstruktor (String, Exception)
Vytvoří novou instanci DataSchemaException třídy pomocí poskytnutého zprávy a vnitřní výjimka.
Obor názvů: Microsoft.Data.Schema
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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
)
Parametry
- message
Typ: System.String
Řetězec, který označuje důvod pro výjimku.
- innerException
Typ: System.Exception
Vnořené Exception.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.