IUserPromptService.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
- e
Type: System.Exception
See Also
ReportError Overload
IUserPromptService Interface
Microsoft.DataWarehouse.Design Namespace
Return to top