Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents exceptions that are shown to end users.
The BpmWarning type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
BpmWarning() | Initializes an instance of the BpmWarning class. |
![]() |
BpmWarning(String) | Initializes an instance of the BpmWarning class with a localized message. |
![]() |
BpmWarning(SerializationInfo, StreamingContext) | Initializes an instance of the BpmWarning class based on serialized object data and context information. |
![]() |
BpmWarning(String, ErrorCode) | Initializes an instance of the BpmWarning class with a localized message and an error code. |
![]() |
BpmWarning(String, Exception) | Initializes an instance of the BpmWarning class with a localized message and an inner exception. |
![]() |
BpmWarning(String, Exception, ErrorCode) | Initializes an instance of the BpmWarning class with a localized message, an inner 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. (Inherited from BpmException.) |
![]() |
EventLogged | Gets or sets a Boolean value that indicates whether the event has been logged. (Inherited from BpmException.) |
![]() |
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. (Inherited from BpmException.) |
![]() |
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. (Inherited from BpmException.) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Exception.) |
![]() |
ToXml | Partially serializes an exception object to an XML node. (Inherited from BpmException.) |
Top