Version

ToolEditErrorEventArgs Constructor

Initializes a new ToolEditErrorEventArgs
Syntax
'Declaration
 
Public Function New( _
   ByVal tool As ToolBase, _
   ByVal forceExit As Boolean, _
   ByVal exception As Exception, _
   ByVal errorMessage As String, _
   ByVal cancelingEditMode As Boolean _
)
public ToolEditErrorEventArgs( 
   ToolBase tool,
   bool forceExit,
   Exception exception,
   string errorMessage,
   bool cancelingEditMode
)

Parameters

tool
Tool that is in edit mode.
forceExit
Boolean indicating whether edit mode is being forced to exit.
exception
The exception that occur while attempting to update the value.
errorMessage
The message that will be displayed in the error dialog.
cancelingEditMode
Boolean indicating whether edit mode is being cancelled - e.g. the user pressed the escape key.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also