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

EncodingNotSupportedException() public method

public EncodingNotSupportedException ( ) : System
return System
        public EncodingNotSupportedException()
            : base("Encoding is not supported on this node.")
        {
        }
EncodingNotSupportedException