Show / Hide Table of Contents

    Class UpgradeException

    Inheritance
    Object
    UpgradeException
    InvalidUpgradeRequirementException
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class UpgradeException : Exception

    Constructors

    UpgradeException(SerializationInfo, StreamingContext)

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

    UpgradeException(String)

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

    UpgradeException(String, Exception)

    Declaration
    public UpgradeException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message
    Exception innerException
    Back to top Copyright © 2020 East Side Games Inc.