Autodesk.AutoCAD.Runtime Namespace > Exception Class
Exception Class
Description

This class provides a container for an ObjectARX Acad.ErrorStatus enumerator value. 

This should only be used when you are certain there will be no name conflicts.

Class Hierarchy
Autodesk.AutoCAD.Runtime.Exception
Visual Basic
Public Class Exception
Inherits System.Exception
Inherits ISerializable
C#
public class Exception : System.Exception, ISerializable;
Links
   Comments?