Microsoft.Protocols.TestSuites.Common.ParseException.ParseException C# (CSharp) Method

ParseException() public method

Initializes a new instance of the ParseException class.
public ParseException ( ) : System
return System
        public ParseException()
            : base()
        {
        }
    }

Same methods

ParseException::ParseException ( string message ) : System
ParseException