Click or drag to resize

EngineMacError 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.Mac
Assembly:  ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
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