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