ArcFM Desktop Developer Guide
ShowAbortOnError Property


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Show an abort/retry/ignore when logger hits an error
Syntax
'Declaration
 
Public Overridable Property ShowAbortOnError As Boolean
'Usage
 
Dim instance As MessageBoxAppender
Dim value As Boolean
 
instance.ShowAbortOnError = value
 
value = instance.ShowAbortOnError
public virtual bool ShowAbortOnError {get; set;}

Property Value

True or false, default is false
Remarks

This is only used to facilitate error handling for developers, it should avoided in a production environment.

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

MessageBoxAppender Class
MessageBoxAppender Members

 

 


Send Comment