Sdílet prostřednictvím


ScriptDomGeneratorException – konstruktor (String, Exception)

Inicializuje novou instanci ScriptDomGeneratorException 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 ScriptDomGeneratorException(
    string message,
    Exception innerException
)
public:
ScriptDomGeneratorException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ScriptDomGeneratorException
public function ScriptDomGeneratorException(
    message : String, 
    innerException : Exception
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ScriptDomGeneratorException Třída

ScriptDomGeneratorException – přetížení

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