Accusoft.ScanFixXpress7.Net
ErrorLevel Property
See Also  Send Feedback
Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : ErrorLevel Property




Glossary Item Box

Gets and sets level for items to be written to the debug log file.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
System.InvalidOperationExceptionThrown when method cannot operate correctly.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown when operation failed.

Remarks

The default value is Production.

Valid values are from the ErrorLevel enumeration which includes Production, Development and Detailed.

This property allows you to control the amount of information that is written into the DebugLogFile.

Note: Since it takes some amount of time to generate and write debug log items, you should set this to write the least amount of information that you will find useful.

Note: This property will have no effect if you set the Debug property to false.

See Also

©2012. Accusoft Corporation. All Rights Reserved.