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