Show / Hide Table of Contents

    Class GoalException

    Inheritance
    Object
    GoalException
    GoalNotFoundException
    InvalidGoalDataException
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class GoalException : Exception

    Constructors

    GoalException(IGoal, String)

    Declaration
    public GoalException(IGoal goal, string message)
    Parameters
    Type Name Description
    IGoal goal
    String message

    GoalException(IGoalData, String)

    Declaration
    public GoalException(IGoalData goalData, string message)
    Parameters
    Type Name Description
    IGoalData goalData
    String message

    GoalException(String)

    Declaration
    public GoalException(string message)
    Parameters
    Type Name Description
    String message

    Fields

    Goal

    Declaration
    public IGoal Goal
    Field Value
    Type Description
    IGoal

    GoalData

    Declaration
    public IGoalData GoalData
    Field Value
    Type Description
    IGoalData
    Back to top Copyright © 2020 East Side Games Inc.