Table of Contents

Class RinkuMappingException

Namespace
Rinku
Assembly
Rinku.dll

No parser could be built for the target type, see the RINKU3### band.

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

Constructors

RinkuMappingException(string, string, Exception?)

No parser could be built for the target type, see the RINKU3### band.

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

Parameters

code string
message string
innerException Exception