Class InvalidRenderException
Exception thrown by ValidatingActionRenderer.
Implements
Inherited Members
Namespace: Libplanet.Blockchain.Renderers.Debug
Assembly: Libplanet.dll
Syntax
public class InvalidRenderException : Exception, ISerializable
Constructors
| Improve this Doc View SourceInvalidRenderException(String, IReadOnlyList<RenderRecord>)
Creates a new ValidatingActionRenderer instance.
Declaration
public InvalidRenderException(string message, IReadOnlyList<RenderRecord> records)
Parameters
Type | Name | Description |
---|---|---|
String | message | The exception message string. |
IReadOnlyList<RenderRecord> | records | Recorded render events. |
Properties
| Improve this Doc View SourceMessage
Exception thrown by ValidatingActionRenderer.
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
| Improve this Doc View SourceRecords
Recorded render events.
Declaration
public IReadOnlyList<RenderRecord> Records { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<RenderRecord> |