Returns or sets whether an exception will be thrown when an error occurs.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public bool IfThrowException { get; set; }
Visual Basic
Public Property IfThrowException As Boolean
	Get
	Set

Remarks

If IfThrowException is true, When an error occurs, an exception will be thrown. Otherwise, please check ErrorCode and ErrorString.

See Also