Share via


IErrorReportingService.ReportError Method (String, Exception, String)

 

Applies To: SQL Server 2016 Preview

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

Syntax

void ReportError(
    string description,
    Exception e,
    string caption
)
void ReportError(
    String^ description,
    Exception^ e,
    String^ caption
)
abstract ReportError : 
        description:string *
        e:Exception *
        caption:string -> unit
Sub ReportError (
    description As String,
    e As Exception,
    caption As String
)

Parameters

See Also

ReportError Overload
IErrorReportingService Interface
Microsoft.DataWarehouse.Design Namespace

Return to top