Show / Hide Table of Contents

Class InvalidRenderException<T>

Exception thrown by ValidatingActionRenderer<T>.

Inheritance
Object
Exception
InvalidRenderException<T>
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Libplanet.Blockchain.Renderers.Debug
Assembly: Libplanet.dll
Syntax
public class InvalidRenderException<T> : Exception, ISerializable 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
Overrides
Exception.Message
| Improve this Doc View Source

Records

Recorded render events.

Declaration
public IReadOnlyList<RenderRecord<T>> Records { get; }
Property Value
Type Description
IReadOnlyList<RenderRecord<T>>

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

ExtractableException.ExtractMetadata(Exception)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium