Show / Hide Table of Contents

    Class DataException

    Inheritance
    Object
    DataException
    DataNotFoundException
    InvalidFormulaException
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class DataException : Exception

    Constructors

    DataException(SerializationInfo, StreamingContext)

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

    DataException(String)

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

    DataException(String, Exception)

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