Share

FileOpenException Class

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

Visual Basic

Public Class FileOpenException
Inherits IOException

C#

public class FileOpenException : IOException;

Was this information helpful?