SqlReverseEngineerException Constructor (String, Exception)
Initializes a new instance of the SqlReverseEngineerException class.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
public SqlReverseEngineerException(
string message,
Exception inner
)
public:
SqlReverseEngineerException(
String^ message,
Exception^ inner
)
new :
message:string *
inner:Exception -> SqlReverseEngineerException
public function SqlReverseEngineerException(
message : String,
inner : Exception
)
Parameters
- message
Type: System.String
Message to describe the exception.
- inner
Type: System.Exception
The exception that caused this exception.
.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
SqlReverseEngineerException Class