Show / Hide Table of Contents

Class InvalidRenderException<T>

Exception thrown by ValidatingActionRenderer<T>.

Inheritance
Object
InvalidRenderException<T>
Namespace: Libplanet.Blockchain.Renderers.Debug
Assembly: Libplanet.dll
Syntax
public class InvalidRenderException<T> : Exception where T : IAction, new()
Type Parameters
Name Description
T

An IAction type. It should match to ValidatingActionRenderer<T>'s type parameter.

Constructors

| Improve this Doc View Source

InvalidRenderException(IReadOnlyList<RenderRecord<T>>, String)

Creates a new ValidatingActionRenderer<T> instance.

Declaration
public InvalidRenderException(IReadOnlyList<RenderRecord<T>> records, string message)
Parameters
Type Name Description
IReadOnlyList<RenderRecord<T>> records

Recorded render events.

String message

The exception message string.

Properties

| Improve this Doc View Source

Message

Declaration
public override string Message { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Records

Recorded render events.

Declaration
public IReadOnlyList<RenderRecord<T>> Records { get; }
Property Value
Type Description
IReadOnlyList<RenderRecord<T>>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium