ScriptDomGeneratorException Constructor (String)
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 _
)
public ScriptDomGeneratorException(
string message
)
public:
ScriptDomGeneratorException(
String^ message
)
new :
message:string -> ScriptDomGeneratorException
public function ScriptDomGeneratorException(
message : String
)
Parameters
- message
Type: System.String
The exception message.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ScriptDomGeneratorException Class