Table of Contents

Class RinkuReadException

Namespace
Rinku
Assembly
Rinku.dll

A result could not be read through its parser, see the RINKU4### band.

public class RinkuReadException : RinkuException, ISerializable
Inheritance
RinkuReadException
Implements
Derived
Inherited Members
Extension Methods

Constructors

RinkuReadException(string, string, Exception?)

A result could not be read through its parser, see the RINKU4### band.

public RinkuReadException(string code, string message, Exception? innerException = null)

Parameters

code string
message string
innerException Exception