Description
This exception can be thrown when saving a CUI file under certain circumstances (for instance, when the user does not have permission to write to that location, when the destination drive is full, and so forth).
Class Hierarchy
Autodesk.AutoCAD.Customization.FileSaveException
C#
public class FileSaveException : IOException;
Visual Basic
Public Class FileSaveException Inherits IOException