Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.