Class Result
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class Result
- Inheritance
-
Result
- Derived
- Inherited Members
Constructors
Result()
protected Result()
Properties
Error
Returns the Platform specific inner exception, from the ResultWrapper.
public Exception? Error { get; protected init; }
Property Value
IsCanceled
public bool IsCanceled { get; protected init; }
Property Value
IsSuccess
public bool IsSuccess { get; protected init; }
Property Value
Methods
IsCancelled(Exception)
protected static bool IsCancelled(Exception exception)
Parameters
exceptionException