ExecutionErrorWrapper
Namespace: IotaSdk
Holds an [ExecutionError] so it can be nested inside another
[ExecutionError].
public class ExecutionErrorWrapper : IExecutionErrorWrapper, System.IDisposable
Inheritance Object → ExecutionErrorWrapper
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()