Overload | Description |
---|---|
WorkflowExecutionException Constructor() | Creates a new instance of the exception class |
WorkflowExecutionException Constructor(String) | Creates a new instance of the exception class with a specified error message |
WorkflowExecutionException Constructor(String,Exception) | Creates a new instance of the exception class with a specified error message and a reference to the inner exception that is the cause of this exception |
WorkflowExecutionException Constructor(SerializationInfo,StreamingContext) | Creates a new instance of the exception class |