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
Implements
Inherited Members
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. |