C# Class Bender.Nodes.Object.TypeNotSupportedException

Inheritance: BenderException
Afficher le fichier Open project: mikeobrien/Bender

Méthodes publiques

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

Private Methods

Méthode Description
GetMessage ( string typeDescription, CachedType type, Mode mode, string expected ) : string

Method Details

TypeNotSupportedException() public méthode

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