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).
Autodesk.AutoCAD.Customization.FileOpenException
Public Class FileOpenException Inherits IOException
public class FileOpenException : IOException;
Comments? |