Show / Hide Table of Contents

Class PreloadBlockDownloadFailEventArgs

The event data that provides value to the event handler which is triggered when the block downloading fails during preloading.

Inheritance
Object
PreloadBlockDownloadFailEventArgs
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class PreloadBlockDownloadFailEventArgs : object

Properties

| Improve this Doc View Source

InnerExceptions

The exceptions thrown while the block downloading in preloading.

Declaration
public IReadOnlyList<Exception> InnerExceptions { get; set; }
Property Value
Type Description
IReadOnlyList<Exception>
  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium