Search Results for

    Class LemonAssertException

    Inheritance
    object
    Exception
    LemonAssertException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader.Assertions
    Assembly: RedLoader.dll
    Syntax
    public class LemonAssertException : Exception, ISerializable

    Constructors

    LemonAssertException(string, string)

    Declaration
    public LemonAssertException(string exceptionMsg, string userMessage)
    Parameters
    Type Name Description
    string exceptionMsg
    string userMessage

    Properties

    Message

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    string
    Overrides
    Exception.Message

    Implements

    ISerializable