Bender.Nodes.Object.TypeNotSupportedException.TypeNotSupportedException C# (CSharp) Method

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
        public TypeNotSupportedException(string typeDescription, 
            CachedType type, Mode mode, string expected)
            : base(GetMessage(typeDescription, type, mode, expected))
        {
        }