Search Results for

    Show / Hide Table of Contents

    InvalidHandlerSignatureException Class

    Namespace: Riptide
    Assembly: RiptideNetworking.dll

    The exception that is thrown when a method with a MessageHandlerAttribute does not have an acceptable message handler method signature (either Server.MessageHandler or Client.MessageHandler).

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

    InvalidHandlerSignatureException()

    Initializes a new InvalidHandlerSignatureException instance.

    InvalidHandlerSignatureException(string)

    Initializes a new InvalidHandlerSignatureException instance with a specified error message.

    InvalidHandlerSignatureException(string, Exception)

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

    InvalidHandlerSignatureException(Type, string)

    Initializes a new InvalidHandlerSignatureException 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