Sdílet prostřednictvím


ModelException – konstruktor (String, Exception)

Inicializuje novou instanci ModelException Třída

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public ModelException(
    string message,
    Exception innerException
)
public:
ModelException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ModelException
public function ModelException(
    message : String, 
    innerException : Exception
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelException Třída

ModelException – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů