Table of Contents

Class SystemError

Namespace
IO.Scanbot.Sdk.Ui_v2.Common.Activity
Assembly
DocumentSDK.NET.Droid.dll
public sealed class SystemError : CloseReason
Inheritance
SystemError

Constructors

SystemError(string)

public SystemError(string message)

Parameters

message string

Properties

Message

public string Message { get; }

Property Value

string

Methods

Component1()

public string Component1()

Returns

string

Copy(string)

public SystemError Copy(string message)

Parameters

message string

Returns

SystemError