C# Class Guflow.Decider.OutOfBranchJumpException

Inheritance: Exception
ファイルを表示 Open project: gurmitteotia/guflow

Public Methods

Method Description
OutOfBranchJumpException ( ) : System
OutOfBranchJumpException ( string message ) : System
OutOfBranchJumpException ( string message, Exception inner ) : System

Method Details

OutOfBranchJumpException() public method

public OutOfBranchJumpException ( ) : System
return System

OutOfBranchJumpException() public method

public OutOfBranchJumpException ( string message ) : System
message string
return System

OutOfBranchJumpException() public method

public OutOfBranchJumpException ( string message, Exception inner ) : System
message string
inner Exception
return System