C# Class Microsoft.Protocols.TestSuites.Common.ParseException

Exception thrown in parsing process.
Inheritance: System.Exception
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
ParseException ( ) : System

Initializes a new instance of the ParseException class.

ParseException ( string message ) : System

Initializes a new instance of the ParseException class.

Method Details

ParseException() public method

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

ParseException() public method

Initializes a new instance of the ParseException class.
public ParseException ( string message ) : System
message string The message of the exception
return System