Show / Hide Table of Contents

Class RenderRecord<T>.ActionError

Represents a failed action render/unrender event.

Inheritance
Object
RenderRecord<T>
RenderRecord.ActionBase<>
RenderRecord<T>.ActionError
Inherited Members
RenderRecord<T>.ActionBase.Action
RenderRecord<T>.ActionBase.Context
RenderRecord<T>.ActionBase.Render
RenderRecord<T>.ActionBase.Unrender
RenderRecord<T>.Index
RenderRecord<T>.StackTrace
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Libplanet.Blockchain.Renderers.Debug
Assembly: Libplanet.dll
Syntax
public class ActionError : RenderRecord<T>.ActionBase

Constructors

| Improve this Doc View Source

ActionError(Int64, String, IAction, IActionContext, Exception, Boolean)

Creates a failed action render/unrender event record.

Declaration
public ActionError(long index, string stackTrace, IAction action, IActionContext context, Exception exception, bool unrender = false)
Parameters
Type Name Description
Int64 index

The ordinal number of the render event.

String stackTrace

The stack trace of the render event.

IAction action

The rendered action.

IActionContext context

The action evaluation context.

Exception exception

The exception thrown by the action.

Boolean unrender

Whether it is an unrender event.

Properties

| Improve this Doc View Source

Exception

The exception thrown by the action.

Declaration
public Exception Exception { get; }
Property Value
Type Description
Exception

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
RenderRecord<T>.ActionBase.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium