Show / Hide Table of Contents

    Class RewardException

    Inheritance
    Object
    RewardException
    InvalidRewardClaimException
    RewardNotFoundException
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class RewardException : Exception

    Constructors

    RewardException(IReward, String)

    Declaration
    public RewardException(IReward reward, string message)
    Parameters
    Type Name Description
    IReward reward
    String message

    RewardException(SerializationInfo, StreamingContext)

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

    RewardException(String)

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

    RewardException(String, Exception)

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

    Fields

    Reward

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