BpmException.NativeException Property
Gets the native exception that is associated with this exception.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property NativeException As Exception
Get
'Usage
Dim instance As BpmException
Dim value As Exception
value = instance.NativeException
public Exception NativeException { get; }
Property Value
Type: System.Exception
The native exception that is associated with this exception.