EngineMacThrowExceptions Property |
IT Hit User File System
Indicates if the Engine must throw exception in case of any errors in the Engine
itself or in user code. Default is [!:false].
Namespace:
ITHit.FileSystem.Mac
Assembly:
ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
Syntax public bool ThrowExceptions { get; set; }
Public Property ThrowExceptions As Boolean
Get
Set
public:
virtual property bool ThrowExceptions {
bool get () sealed;
void set (bool value) sealed;
}
abstract ThrowExceptions : bool with get, set
override ThrowExceptions : bool with get, set
Property Value
Type:
BooleanImplements
IEngineThrowExceptionsSee Also