BpmDevException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the BpmDevException class.
Overload List
Name | Description | |
---|---|---|
BpmDevException() | Initializes a new instance of the BpmDevException class. | |
BpmDevException(String) | Initializes a new instance of the BpmDevException class with a non-localized message. | |
BpmDevException(SerializationInfo, StreamingContext) | Initializes a new instance of the BpmDevException class based on serialized object data and context information. | |
BpmDevException(String, ErrorCode) | Initializes a new instance of the BpmDevException class with a non-localized message and an error code. | |
BpmDevException(String, Exception) | Initializes a new instance of the BpmDevException class with a non-localized message and an exception. | |
BpmDevException(String, Exception, ErrorCode) | Initializes a new instance of the BpmDevException class with a non-localized message, an exception, and an error code. |
Top