Exception Class

Autodesk.AutoCAD.Runtime.Exception
Visual Basic
Public Class Exception
Inherits System.Exception
Inherits ISerializable
C#
public class Exception : System.Exception, ISerializable;
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.

Links