Table of Contents

Class NonBindableException

Namespace
Coherence.Toolkit.Bindings
Assembly
Coherence.Toolkit.dll
public class NonBindableException : Exception
Inheritance
NonBindableException

Constructors

NonBindableException()

public NonBindableException()

NonBindableException(string)

public NonBindableException(string message)

Parameters

message string

NonBindableException(string, Exception)

public NonBindableException(string message, Exception inner)

Parameters

message string
inner Exception