C# 클래스 Marain.Workflows.WorkflowInstanceConflictException

상속: Exception
파일 보기 프로젝트 열기: marain-dotnet/Marain.Workflow

공개 메소드들

메소드 설명
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.

메소드 상세

WorkflowInstanceConflictException() 공개 메소드

Initializes a new instance of the WorkflowInstanceConflictException class.
public WorkflowInstanceConflictException ( ) : System
리턴 System

WorkflowInstanceConflictException() 보호된 메소드

Initializes a new instance of the WorkflowInstanceConflictException class.
protected WorkflowInstanceConflictException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The serialization info.
context StreamingContext The context.
리턴 System

WorkflowInstanceConflictException() 공개 메소드

Initializes a new instance of the WorkflowInstanceConflictException class.
public WorkflowInstanceConflictException ( string message ) : System
message string The message.
리턴 System

WorkflowInstanceConflictException() 공개 메소드

Initializes a new instance of the WorkflowInstanceConflictException class.
public WorkflowInstanceConflictException ( string message, Exception inner ) : System
message string The message.
inner Exception The inner exception.
리턴 System