Méthode | Description | |
---|---|---|
WorkflowNotFoundException ( ) : System |
Initializes a new instance of the WorkflowNotFoundException class.
|
|
WorkflowNotFoundException ( string message ) : System |
Initializes a new instance of the WorkflowNotFoundException class.
|
|
WorkflowNotFoundException ( string message, Exception inner ) : System |
Initializes a new instance of the WorkflowNotFoundException class.
|
Méthode | Description | |
---|---|---|
WorkflowNotFoundException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the WorkflowNotFoundException class.
|
public WorkflowNotFoundException ( ) : System | ||
Résultat | System |
protected WorkflowNotFoundException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | The serialization info. |
context | StreamingContext | The context. |
Résultat | System |
public WorkflowNotFoundException ( string message ) : System | ||
message | string | The message. |
Résultat | System |
public WorkflowNotFoundException ( string message, Exception inner ) : System | ||
message | string | The message. |
inner | Exception | The inner exception. |
Résultat | System |