Show / Hide Table of Contents

    Class TagException

    Inheritance
    Object
    TagException
    TagNotFoundException
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class TagException : Exception

    Constructors

    TagException(ITagData, String)

    Declaration
    public TagException(ITagData tag, string message)
    Parameters
    Type Name Description
    ITagData tag
    String message

    TagException(SerializationInfo, StreamingContext)

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

    TagException(String)

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

    TagException(String, Exception)

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

    Fields

    Tag

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