Click or drag to resize

EngineError Event

IT Hit User File System
Event fired in case of any exceptions in the IEngine or user file system implementation code.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public event EngineErrorEventHandler Error

Value

Type: ITHit.FileSystemEngineErrorEventHandler

Implements

IEngineError
Remarks
You can use this event to log both IEngine instance exceptions and user code exceptions.
See Also