메소드 | 설명 | |
---|---|---|
WorkflowInstanceConflictException ( ) : System |
Initializes a new instance of the WorkflowInstanceConflictException class.
|
|
WorkflowInstanceConflictException ( string message ) : System |
Initializes a new instance of the WorkflowInstanceConflictException class.
|
|
WorkflowInstanceConflictException ( string message, Exception inner ) : System |
Initializes a new instance of the WorkflowInstanceConflictException class.
|
메소드 | 설명 | |
---|---|---|
WorkflowInstanceConflictException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the WorkflowInstanceConflictException class.
|
public WorkflowInstanceConflictException ( ) : System | ||
리턴 | System |
protected WorkflowInstanceConflictException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | The serialization info. |
context | StreamingContext | The context. |
리턴 | System |
public WorkflowInstanceConflictException ( string message ) : System | ||
message | string | The message. |
리턴 | System |
public WorkflowInstanceConflictException ( string message, Exception inner ) : System | ||
message | string | The message. |
inner | Exception | The inner exception. |
리턴 | System |