Share via


ScriptDomGeneratorException Constructor (String, Exception)

Initializes a new instance of the ScriptDomGeneratorException class.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

ScriptDomGeneratorException Class

ScriptDomGeneratorException Overload

Microsoft.Data.Schema.SchemaModel Namespace