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