Bender.Nodes.ChildrenNotSupportedException.ChildrenNotSupportedException C# (CSharp) Метод

ChildrenNotSupportedException() публичный Метод

public ChildrenNotSupportedException ( ) : System
Результат System
        public ChildrenNotSupportedException()
            : base("Children not supported on this node.")
        {
        }
ChildrenNotSupportedException