Description
This is type Autodesk.AutoCAD.Runtime.ShowExceptionDialogHandler.
Visual Basic
Public Delegate Sub ShowExceptionDialogHandler(System.Exception e) As void
C#
public delegate void ShowExceptionDialogHandler(System.Exception e);
This is type Autodesk.AutoCAD.Runtime.ShowExceptionDialogHandler.
Public Delegate Sub ShowExceptionDialogHandler(System.Exception e) As void
public delegate void ShowExceptionDialogHandler(System.Exception e);