Compartir a través de


Clase BpmException

Hace referencia a: PerformancePoint Services para SharePoint Server, versión Enterprise
Representa una excepción de aplicación.

Jerarquía de la herencia

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

Espacio de nombres:  Microsoft.PerformancePoint.Scorecards
Ensamblado:  Microsoft.PerformancePoint.Scorecards.Client (en Microsoft.PerformancePoint.Scorecards.Client.dll)

Sintaxis

'Declaración
<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
'Uso
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

Seguridad para subprocesos

Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.

Vea también

Referencia

Miembros BpmException

Espacio de nombres Microsoft.PerformancePoint.Scorecards

Jerarquía de la herencia

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