BpmException Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an application exception.
The BpmException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
BpmException() | Initializes a new instance of the BpmException class. |
![]() |
BpmException(String) | Initializes a new instance of the BpmException class with a localized message. |
![]() |
BpmException(SerializationInfo, StreamingContext) | Initializes a new instance of the BpmException class based on serialized object data and context information. |
![]() |
BpmException(String, ErrorCode) | Initializes a new instance of the BpmException class with a localized message and an error code. |
![]() |
BpmException(String, Exception) | Initializes a new instance of the BpmException class with a localized message and an exception. |
![]() |
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 | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
ErrorCode | Gets or sets the error code that is associated with the exception. |
![]() |
EventLogged | Gets or sets a Boolean value that indicates whether the event has been logged. |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
NativeException | Gets the native exception that is associated with this exception. |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Sets the specified SerializationInfo object with information about the exception. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Exception.) |
![]() |
ToXml | Partially serializes an exception object to an XML node. |
Top