C# Класс CEngineSharp_Server.Utilities.ErrorHandler

Показать файл Открыть проект

Открытые методы

Метод Описание
HandleException ( Exception exception, ErrorLevels errorLevel ) : void

Handles a server exception by logging it and, if neccessary, shutting down the server.

Приватные методы

Метод Описание
LogError ( Exception ex, ErrorLevels errorLevel ) : void

Описание методов

HandleException() публичный статический Метод

Handles a server exception by logging it and, if neccessary, shutting down the server.
public static HandleException ( Exception exception, ErrorLevels errorLevel ) : void
exception System.Exception The exception object that describes the error that has occured.
errorLevel ErrorLevels The projected severity of the error that has occured.
Результат void