Click or drag to resize

ErrorArgs Class

BatchProcessor Error event arguments.
Inheritance Hierarchy
SystemObject
  CohesiveComputing.ImagingErrorArgs

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public sealed class ErrorArgs

The ErrorArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancelled
Indicates if the error event has been cancelled.
Public propertyException
Exceptions details that cause the error.
Public propertyFileInfo
Gets the image file information.
Public propertyInfo
Fail stage.
Top
Methods
  NameDescription
Public methodCancel
Cancels the error event.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the string representation of the current instance.
(Overrides ObjectToString.)
Top
See Also