Search Results for

    Class RottenMelon

    An info class for broken Melons.

    Inheritance
    object
    RottenMelon
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader
    Assembly: RedLoader.dll
    Syntax
    public sealed class RottenMelon

    Constructors

    RottenMelon(Type, string, Exception)

    Declaration
    public RottenMelon(Type type, string errorMessage, Exception exception = null)
    Parameters
    Type Name Description
    Type type
    string errorMessage
    Exception exception

    Fields

    assembly

    Declaration
    public readonly MelonAssembly assembly
    Field Value
    Type Description
    MelonAssembly

    errorMessage

    Declaration
    public readonly string errorMessage
    Field Value
    Type Description
    string

    exception

    Declaration
    public readonly Exception exception
    Field Value
    Type Description
    Exception

    type

    Declaration
    public readonly Type type
    Field Value
    Type Description
    Type