Class FailExtractionWithErrorEventArgs
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class FailExtractionWithErrorEventArgs : EventArgs
- Inheritance
-
FailExtractionWithErrorEventArgs
- Inherited Members
- Extension Methods
Constructors
FailExtractionWithErrorEventArgs(NSError)
public FailExtractionWithErrorEventArgs(NSError error)
Parameters
errorNSError
Properties
Error
public NSError Error { get; set; }
Property Value
- NSError