C# 클래스 Marain.Workflows.WorkflowNotFoundException

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

공개 메소드들

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

보호된 메소드들

메소드 설명
WorkflowNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the WorkflowNotFoundException class.

메소드 상세

WorkflowNotFoundException() 공개 메소드

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

WorkflowNotFoundException() 보호된 메소드

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

WorkflowNotFoundException() 공개 메소드

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

WorkflowNotFoundException() 공개 메소드

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