Description
This exception can be thrown when opening a CUI file under certain circumstances (for instance, when the user does not have permission to read the file, when the file is invalid, and so forth).
Class Hierarchy
Autodesk.AutoCAD.Customization.FileOpenException
C#
public class FileOpenException : IOException;
Visual Basic
Public Class FileOpenException Inherits IOException