BpmWarning Class (Microsoft.PerformancePoint.Scorecards)

Represents exceptions that are visible to end users.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class BpmWarning
    Inherits BpmException
'Usage
Dim instance As BpmWarning
[SerializableAttribute] 
public class BpmWarning : BpmException

Remarks

This exception is intended to be thrown for end-user visible exceptions that are not problems to log for or be seen by the administrator. The default message will change when this error is thrown (as opposed to BpmException).

Inheritance Hierarchy

System.Object
   System.Exception
     System.ApplicationException
       Microsoft.PerformancePoint.Scorecards.BpmException
        Microsoft.PerformancePoint.Scorecards.BpmWarning

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BpmWarning Members
Microsoft.PerformancePoint.Scorecards Namespace