Show / Hide Table of Contents

    Class TradeException

    Inheritance
    Object
    TradeException
    TradeNotFoundException
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class TradeException : Exception

    Constructors

    TradeException(ITrade, String)

    Declaration
    public TradeException(ITrade trade, string message)
    Parameters
    Type Name Description
    ITrade trade
    String message

    TradeException(SerializationInfo, StreamingContext)

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

    TradeException(String)

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

    TradeException(String, Exception)

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

    Fields

    Trade

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