Whee.WordBuilder.ProjectV2.ParseException.ParseException C# (CSharp) Method

ParseException() public method

public ParseException ( string message ) : System
message string
return System
        public ParseException(string message)
            : base(message)
        {
        }
ParseException