IUserPromptService.ReportError Method (String, Exception)
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
)
void ReportError(
String^ description,
Exception^ e
)
abstract ReportError :
description:string *
e:Exception -> unit
Sub ReportError (
description As String,
e As Exception
)
Parameters
- description
Type: System.String
- e
Type: System.Exception
See Also
ReportError Overload
IUserPromptService Interface
Microsoft.DataWarehouse.Design Namespace
Return to top