BpmException.ErrorCode Property (Microsoft.PerformancePoint.Scorecards)
The error code associated with the exception.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Property ErrorCode As ErrorCode
'Usage
Dim instance As BpmException
Dim value As ErrorCode
value = instance.ErrorCode
instance.ErrorCode = value
public ErrorCode ErrorCode { get; set; }
See Also
Reference
BpmException Class
BpmException Members
Microsoft.PerformancePoint.Scorecards Namespace