Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Reports the specified exception.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTaskUI (in Microsoft.SqlServer.ScriptTaskUI.dll)
Syntax
'Declaration
Public Sub ReportError ( _
ex As Exception _
)
'Usage
Dim instance As ScriptTaskUI
Dim ex As Exception
instance.ReportError(ex)
public void ReportError(
Exception ex
)
public:
void ReportError(
Exception^ ex
)
member ReportError :
ex:Exception -> unit
public function ReportError(
ex : Exception
)
Parameters
- ex
Type: System.Exception
The exception to report.