Show / Hide Table of Contents

    Class CurrencyException

    Inheritance
    Object
    CurrencyException
    CurrencyNotFoundException
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class CurrencyException : Exception

    Constructors

    CurrencyException(ICurrency, String)

    Declaration
    public CurrencyException(ICurrency currency, string message)
    Parameters
    Type Name Description
    ICurrency currency
    String message

    CurrencyException(SerializationInfo, StreamingContext)

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

    CurrencyException(String)

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

    CurrencyException(String, Exception)

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

    Fields

    Currency

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