BpmException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the BpmException class.
Overload List
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