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
This is type Autodesk.AutoCAD.Runtime.ShowExceptionDialogHandler.
public delegate void ShowExceptionDialogHandler(Exception e);
Public Delegate Sub ShowExceptionDialogHandler(Exception e) As void