Table of Contents

Class SBSDKErrorThrower

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

Constructors

SBSDKErrorThrower()

public SBSDKErrorThrower()

SBSDKErrorThrower(NSObjectFlag)

protected SBSDKErrorThrower(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKErrorThrower(NativeHandle)

protected SBSDKErrorThrower(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Methods

ThrowErrorWithCode(nint, string, out NSError?)

public static bool ThrowErrorWithCode(nint code, string description, out NSError? error)

Parameters

code nint
description string
error NSError

Returns

bool