HandleException Method
Executes the custom handling for a specifc exception.
Syntax
System.bool HandleException(
System.Exception ex,
ref System.Windows.Forms.DialogResult dlgResult
)Function HandleException( _
ByVal ex As System.Exception, _
ByRef dlgResult As System.Windows.Forms.DialogResult _
) As System.BooleanParameters
| Name | Description |
|---|---|
| ex | The exception to be handled |
| dlgResult | The DialogResult that should be returned to the caller of Autodesk.DataManagement.Client.Framework.Forms.Library.ShowError(ex) |
Return Value
True if this handler handles the exception, false otherwise.