kCura.WinEDDS.Exceptions.FileWriteException
The exception thrown when a failure occurs attempting to perform file write, delete, or related I/O operations.
namespace kCura.WinEDDS.Exceptions
{
public class FileWriteException : ExportBaseException
{
public enum DestinationFile
{
Errors,
Load,
Image,
Generic
}
public FileWriteException(DestinationFile destination, Exception innerException);
protected FileWriteException(SerializationInfo info, StreamingContext context);
}
}