Class SampSharpExceptionHandler
Provides a way to handle exceptions within SampSharp that would otherwise be unhandled.
public static class SampSharpExceptionHandler
- Inheritance
-
SampSharpExceptionHandler
- Inherited Members
Methods
HandleException(string, Exception)
Handles an exception that occurred in the given context.
public static void HandleException(string context, Exception exception)