Bender.Nodes.ValueNotSupportedException.ValueNotSupportedException C# (CSharp) Method

ValueNotSupportedException() public method

public ValueNotSupportedException ( ) : System
return System
        public ValueNotSupportedException()
            : base("Values not supported on object nodes.")
        {
        }
ValueNotSupportedException