BpmWarning class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents exceptions that are shown to end users.

Inheritance hierarchy

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

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 not intended to be logged for administrators. Unlike a BpmException object, the default message for BpmWarning changes when this error is thrown.

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