Show / Hide Table of Contents

    Class MilestoneException

    Inheritance
    Object
    MilestoneException
    MilestoneNotFoundException
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class MilestoneException : Exception

    Constructors

    MilestoneException(IMilestone, String)

    Declaration
    public MilestoneException(IMilestone milestone, string message)
    Parameters
    Type Name Description
    IMilestone milestone
    String message

    MilestoneException(SerializationInfo, StreamingContext)

    Declaration
    public MilestoneException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context

    MilestoneException(String)

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

    MilestoneException(String, Exception)

    Declaration
    public MilestoneException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message
    Exception innerException

    Fields

    Milestone

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