Table of Contents

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

error NSError

Properties

Error

public NSError Error { get; set; }

Property Value

NSError