BpmDevException Members

Include Protected Members
Include Inherited Members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents developer-level exceptions that contain non-localized messages.

The BpmDevException type exposes the following members.

Constructors

  Name Description
Public method BpmDevException() Initializes a new instance of the BpmDevException class.
Public method BpmDevException(String) Initializes a new instance of the BpmDevException class with a non-localized message.
Protected method BpmDevException(SerializationInfo, StreamingContext) Initializes a new instance of the BpmDevException class based on serialized object data and context information.
Public method BpmDevException(String, ErrorCode) Initializes a new instance of the BpmDevException class with a non-localized message and an error code.
Public method BpmDevException(String, Exception) Initializes a new instance of the BpmDevException class with a non-localized message and an exception.
Public method BpmDevException(String, Exception, ErrorCode) Initializes a new instance of the BpmDevException class with a non-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. (Inherited from BpmException.)
Public property EventLogged Gets or sets a Boolean value that indicates whether the event has been logged. (Inherited from BpmException.)
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. (Inherited from BpmException.)
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. (Inherited from BpmException.)
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. (Inherited from BpmException.)

Top

See Also

Reference

BpmDevException Class

Microsoft.PerformancePoint.Scorecards Namespace