C# Class Bender.Nodes.Object.TypeNotSupportedException

Inheritance: BenderException
Show file Open project: mikeobrien/Bender

Public Methods

Method Description
TypeNotSupportedException ( string typeDescription, CachedType type, Mode mode, string expected ) : Bender.Extensions

Private Methods

Method Description
GetMessage ( string typeDescription, CachedType type, Mode mode, string expected ) : string

Method Details

TypeNotSupportedException() public method

public TypeNotSupportedException ( string typeDescription, CachedType type, Mode mode, string expected ) : Bender.Extensions
typeDescription string
type CachedType
mode Mode
expected string
return Bender.Extensions