Table of Contents

Class SBSDKErrorGenerator

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKErrorGenerator : NSObject
Inheritance
SBSDKErrorGenerator

Constructors

SBSDKErrorGenerator()

public SBSDKErrorGenerator()

SBSDKErrorGenerator(NSObjectFlag)

protected SBSDKErrorGenerator(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKErrorGenerator(NativeHandle)

protected SBSDKErrorGenerator(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Methods

GenerateErrorWithCode(SBSDKErrorType, string)

public static NSError GenerateErrorWithCode(SBSDKErrorType code, string desc)

Parameters

code SBSDKErrorType
desc string

Returns

NSError