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

NameNotSupportedException() public method

public NameNotSupportedException ( ) : System
return System
        public NameNotSupportedException()
            : base("Names not supported on this node.")
        {
        }
NameNotSupportedException