Method | Description | |
---|---|---|
WorkflowInstanceNotFoundException ( ) : System |
Initializes a new instance of the WorkflowInstanceNotFoundException class.
|
|
WorkflowInstanceNotFoundException ( string message ) : System |
Initializes a new instance of the WorkflowInstanceNotFoundException class.
|
|
WorkflowInstanceNotFoundException ( string message, Exception inner ) : System |
Initializes a new instance of the WorkflowInstanceNotFoundException class.
|
Method | Description | |
---|---|---|
WorkflowInstanceNotFoundException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the WorkflowInstanceNotFoundException class.
|
public WorkflowInstanceNotFoundException ( ) : System | ||
return | System |
protected WorkflowInstanceNotFoundException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | The serialization info. |
context | StreamingContext | The context. |
return | System |
public WorkflowInstanceNotFoundException ( string message ) : System | ||
message | string | The message. |
return | System |
public WorkflowInstanceNotFoundException ( string message, Exception inner ) : System | ||
message | string | The message. |
inner | Exception | The inner exception. |
return | System |