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