Table of Contents

Class RinkuBindingException

Namespace
Rinku
Assembly
Rinku.dll

A command could not be prepared from a template and its values, see the RINKU2### band.

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

Constructors

RinkuBindingException(string, string, Exception?)

A command could not be prepared from a template and its values, see the RINKU2### band.

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

Parameters

code string
message string
innerException Exception