SqlReverseEngineerException Constructor (String, Exception)
Initializes a new instance of the SqlReverseEngineerException class.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception
Dim instance As New SqlReverseEngineerException(message, _
inner)
public SqlReverseEngineerException(
string message,
Exception inner
)
public:
SqlReverseEngineerException(
String^ message,
Exception^ inner
)
public function SqlReverseEngineerException(
message : String,
inner : Exception
)
new :
message:string *
inner:Exception -> SqlReverseEngineerException
Parameters
- message
Type: System.String
The error message
- inner
Type: System.Exception
The nested 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
SqlReverseEngineerException Members