System.ConfigTreeParser.Error C# (CSharp) Method

Error() public method

public Error ( int size, ConfigNodeSubType subType, ConfigNodeType nType, int terminal, [ text, int textLength, int prefixLength ) : void
size int
subType ConfigNodeSubType
nType ConfigNodeType
terminal int
text [
textLength int
prefixLength int
return void
        public void Error(int size,
                          ConfigNodeSubType subType, 
                          ConfigNodeType nType, 
                          int terminal, 
                          [MarshalAs(UnmanagedType.LPWStr)]String text, 
                          int textLength, 
                          int prefixLength)
        {
            //Trace("Error",size,subType,nType,terminal,text,textLength,prefixLength,0);                        
        }