Responder Developer Guide
ExceptionUIEnabled Property


Version: 10.2.1a

Resource Center Home

Gets or sets whether the exceptions are displayed to the user.
Syntax
'Declaration
 
Public Shared Property ExceptionUIEnabled As Boolean
'Usage
 
Dim value As Boolean
 
MainApp.ExceptionUIEnabled = value
 
value = MainApp.ExceptionUIEnabled
public static bool ExceptionUIEnabled {get; set;}
Remarks
This property determines whether the global exception handler displays a message to the user when an unhandled exception is detected.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MainApp Class
MainApp Members

 

 


Send Comment