CustomDataSourceProvider.HandleDataSourceBpmException Method
Returns an exception with data source-related error information for the specified exception.
Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Protected Function HandleDataSourceBpmException ( _
ex As BpmException _
) As Exception
'Usage
Dim ex As BpmException
Dim returnValue As Exception
returnValue = Me.HandleDataSourceBpmException(ex)
protected Exception HandleDataSourceBpmException(
BpmException ex
)
Parameters
ex
Type: Microsoft.PerformancePoint.Scorecards.BpmExceptionThe specified exception.
Return Value
Type: System.Exception
An exception with data source-related error information for the specified exception.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown if ex is a null reference (Nothing in Visual Basic). |
See Also
Reference
CustomDataSourceProvider Class