Share

ShowExceptionDialogHandler Type

Description

This is type Autodesk.AutoCAD.Runtime.ShowExceptionDialogHandler.

C#

public delegate void ShowExceptionDialogHandler(Exception e);

Visual Basic

Public Delegate Sub ShowExceptionDialogHandler(Exception e) As void

Was this information helpful?