Share

ShowExceptionDialogHandler Type

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);

Was this information helpful?