StreamHandlerError Event

CVB.Net Documentation
Raised if an error occurs while the acquisition is running.

Namespace:  Stemmer.Cvb.Forms.Components
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public event EventHandler<ErrorEventArgs> Error

Value

Type: SystemEventHandlerErrorEventArgs
Remarks

Use this for standard synchronous event processing. If you want processing, best use the Stemmer.Cvb.Async extensions or for a softer migration path ErrorAsync .

TimeoutExceptions and OperationCanceledExceptions are never reported via this handler. These operations are handled internally without exceptions being thrown.

See Also

Reference