BpmRenderingException constructor
Initializes a new instance of the BpmRenderingException class.
Overload list
Name | Description | |
---|---|---|
BpmRenderingException(String, ErrorCode) | Initializes a new instance of the BpmRenderingException class with the specified debug error text and an error code. | |
BpmRenderingException(String, String, ErrorCode) | Initializes a new instance of the BpmRenderingException class with the specified debug error text, public error text, and error code. |
Top