Table of Contents

Class SystemError

Namespace
IO.Scanbot.Sdk.Ui_v2.Common.Activity
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/common/activity/SystemError", DoNotGenerateAcw = true)]
public sealed class SystemError : CloseReason, IJavaObject, IJavaPeerable, IDisposable
Inheritance
SystemError
Implements
Inherited Members

Constructors

SystemError(string)

[Register(".ctor", "(Ljava/lang/String;)V", "")]
public SystemError(string message)

Parameters

message string

Properties

Message

public string Message { get; }

Property Value

string

Methods

Component1()

[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()

Returns

string

Copy(string)

[Register("copy", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/common/activity/SystemError;", "")]
public SystemError Copy(string message)

Parameters

message string

Returns

SystemError