Table of Contents

Class SampSharpExceptionHandler

Namespace
SampSharp.OpenMp.Core
Assembly
SampSharp.OpenMp.Core.dll

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)

Parameters

context string

A context which explains where the exception occurred.

exception Exception

The exception which occured.