Skip to main content

ExecutionErrorWrapper

Namespace: IotaSdk

Holds an [ExecutionError] so it can be nested inside another [ExecutionError].

public class ExecutionErrorWrapper : IExecutionErrorWrapper, System.IDisposable

Inheritance ObjectExecutionErrorWrapper
Implements IExecutionErrorWrapper, IDisposable

Constructors

ExecutionErrorWrapper(UInt64)

public ExecutionErrorWrapper(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

Inner()

The wrapped execution error.

public ExecutionError Inner()

Returns

ExecutionError