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.

See also

Reference

BpmException class

BpmException members

Microsoft.PerformancePoint.Scorecards namespace