BpmException members

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

The BpmException type exposes the following members.

Constructors

  Name Description
Public method BpmException() Initializes a new instance of the BpmException class.
Public method BpmException(String) Initializes a new instance of the BpmException class with a localized message.
Protected method BpmException(SerializationInfo, StreamingContext) Initializes a new instance of the BpmException class based on serialized object data and context information.
Public method BpmException(String, ErrorCode) Initializes a new instance of the BpmException class with a localized message and an error code.
Public method BpmException(String, Exception) Initializes a new instance of the BpmException class with a localized message and an exception.
Public method BpmException(String, Exception, ErrorCode) Initializes a new instance of the BpmException class with a localized message, an exception, and an error code.

Top

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property ErrorCode Gets or sets the error code that is associated with the exception.
Public property EventLogged Gets or sets a Boolean value that indicates whether the event has been logged.
Public property HelpLink (Inherited from Exception.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property NativeException Gets the native exception that is associated with this exception.
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Sets the specified SerializationInfo object with information about the exception. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (Inherited from Exception.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Exception.)
Public method ToXml Partially serializes an exception object to an XML node.

Top

See also

Reference

BpmException class

Microsoft.PerformancePoint.Scorecards namespace