Search Results for

    Show / Hide Table of Contents

    DuplicateHandlerException Class

    Namespace: Riptide
    Assembly: RiptideNetworking.dll

    The exception that is thrown when multiple methods with MessageHandlerAttributes are set to handle messages with the same ID and have the same method signature.

    public class DuplicateHandlerException : Exception, ISerializable
    Inheritance
    object
    Exception
    DuplicateHandlerException
    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

    DuplicateHandlerException()

    Initializes a new DuplicateHandlerException instance with a specified error message.

    DuplicateHandlerException(string)

    Initializes a new DuplicateHandlerException instance with a specified error message.

    DuplicateHandlerException(string, Exception)

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

    DuplicateHandlerException(ushort, MethodInfo, MethodInfo)

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

    Fields

    DeclaringType1

    The type containing the first handler method.

    DeclaringType2

    The type containing the second handler method.

    HandlerMethodName1

    The name of the first handler method.

    HandlerMethodName2

    The name of the second handler method.

    Id

    The message ID with multiple handler methods.

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