Show / Hide Table of Contents

    Class GeneratorException

    Inheritance
    Object
    GeneratorException
    GeneratorNotFoundException
    InvalidGeneratorUnitException
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class GeneratorException : Exception

    Constructors

    GeneratorException(IGeneratorEntity, String)

    Declaration
    public GeneratorException(IGeneratorEntity generatorEntity, string message)
    Parameters
    Type Name Description
    IGeneratorEntity generatorEntity
    String message

    GeneratorException(SerializationInfo, StreamingContext)

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

    GeneratorException(String)

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

    GeneratorException(String, Exception)

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

    Fields

    GeneratorEntity

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