Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.