SFSEventCONFIG_LOAD_FAILURE Field |
Dispatched when an error occurs while loading the external SmartFox configuration file.
Namespace:
Sfs2X.Core
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntaxpublic static readonly string CONFIG_LOAD_FAILURE
Field Value
Type:
String
Remarks
This event is fired in response to a call to the
LoadConfig(String, Boolean) method, typically when the configuration file is not found or it isn't accessible (no read permissions).
No parameters are available for this event object.
Examples
See Also