BpmException class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an application exception.

Inheritance hierarchy

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

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(GridTooLargeForExportToExcelException))> _
<KnownTypeAttribute(GetType(BpmDashboardItemNotFoundException))> _
<KnownTypeAttribute(GetType(GridTooLargeForExportToPowerPointException))> _
<KnownTypeAttribute(GetType(BpmRenderingException))> _
<KnownTypeAttribute(GetType(BpmWarning))> _
<KnownTypeAttribute(GetType(BpmServerExportException))> _
<KnownTypeAttribute(GetType(Exception))> _
<KnownTypeAttribute(GetType(BpmDevException))> _
<KnownTypeAttribute(GetType(BpmNoAccessException))> _
Public Class BpmException _
    Inherits ApplicationException
'Usage
Dim instance As BpmException
[SerializableAttribute]
[KnownTypeAttribute(typeof(GridTooLargeForExportToExcelException))]
[KnownTypeAttribute(typeof(BpmDashboardItemNotFoundException))]
[KnownTypeAttribute(typeof(GridTooLargeForExportToPowerPointException))]
[KnownTypeAttribute(typeof(BpmRenderingException))]
[KnownTypeAttribute(typeof(BpmWarning))]
[KnownTypeAttribute(typeof(BpmServerExportException))]
[KnownTypeAttribute(typeof(Exception))]
[KnownTypeAttribute(typeof(BpmDevException))]
[KnownTypeAttribute(typeof(BpmNoAccessException))]
public class BpmException : ApplicationException

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

BpmException members

Microsoft.PerformancePoint.Scorecards namespace

Inheritance hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.PerformancePoint.Scorecards.BpmException
        Microsoft.PerformancePoint.Scorecards.BpmDashboardItemNotFoundException
        Microsoft.PerformancePoint.Scorecards.BpmDevException
        Microsoft.PerformancePoint.Scorecards.BpmNoAccessException
        Microsoft.PerformancePoint.Scorecards.BpmRenderingException
        Microsoft.PerformancePoint.Scorecards.BpmServerExportException
        Microsoft.PerformancePoint.Scorecards.BpmWarning
        Microsoft.PerformancePoint.Scorecards.GridTooLargeForExportToExcelException
        Microsoft.PerformancePoint.Scorecards.GridTooLargeForExportToPowerPointException