kCura.WinEDDS.Exceptions.ImportIOException
The exception thrown when a non-fatal IO error occurs importing a document.
namespace kCura.WinEDDS.Exceptions
{
public class ImportIOException : ImporterException
{
public ImportIOException();
public ImportIOException(string message);
public ImportIOException(string message, Exception innerException);
protected ImportIOException(SerializationInfo info, StreamingContext context);
}
}