Search Results for

    Show / Hide Table of Contents

    NonStaticHandlerException Class

    Namespace: Riptide
    Assembly: RiptideNetworking.dll

    The exception that is thrown when a method with a MessageHandlerAttribute is not marked as static.

    public class NonStaticHandlerException : Exception, ISerializable
    Inheritance
    object
    Exception
    NonStaticHandlerException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)

    Constructors

    NonStaticHandlerException()

    Initializes a new NonStaticHandlerException instance.

    NonStaticHandlerException(string)

    Initializes a new NonStaticHandlerException instance with a specified error message.

    NonStaticHandlerException(string, Exception)

    Initializes a new NonStaticHandlerException instance with a specified error message and a reference to the inner exception that is the cause of this exception.

    NonStaticHandlerException(Type, string)

    Initializes a new NonStaticHandlerException instance and constructs an error message from the given information.

    Fields

    DeclaringType

    The type containing the handler method.

    HandlerMethodName

    The name of the handler method.

    • Improve this Doc
    • View Source
    • Support Riptide
    In This Article
    Back to top Copyright © Tom Weiland 2022
    Made with DocFX