Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.