Class GoalException
Inheritance
GoalException
Assembly: cs.temp.dll.dll
Syntax
public class GoalException : Exception
Constructors
GoalException(IGoal, String)
Declaration
public GoalException(IGoal goal, string message)
Parameters
GoalException(IGoalData, String)
Declaration
public GoalException(IGoalData goalData, string message)
Parameters
GoalException(String)
Declaration
public GoalException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
Fields
Goal
Declaration
Field Value
GoalData
Declaration
public IGoalData GoalData
Field Value