Share via


IErrorReportingService.ReportError Method (Exception)

 

Applies To: SQL Server 2016 Preview

Namespace:   Microsoft.DataWarehouse.Design
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

void ReportError(
    Exception e
)
void ReportError(
    Exception^ e
)
abstract ReportError : 
        e:Exception -> unit
Sub ReportError (
    e As Exception
)

Parameters

See Also

ReportError Overload
IErrorReportingService Interface
Microsoft.DataWarehouse.Design Namespace

Return to top