Class InvalidRenderException<T>
Exception thrown by ValidatingActionRenderer<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 SourceInvalidRenderException(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 SourceMessage
Declaration
public override string Message { get; }
Property Value
| Type | Description |
|---|---|
| String |
Records
Recorded render events.
Declaration
public IReadOnlyList<RenderRecord<T>> Records { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<RenderRecord<T>> |