Share

FileSaveException Class

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

Visual Basic

Public Class FileSaveException
Inherits IOException

C#

public class FileSaveException : IOException;

Was this information helpful?