C# Класс Microsoft.Protocols.TestSuites.Common.ParseException

Exception thrown in parsing process.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ParseException ( ) : System

Initializes a new instance of the ParseException class.

ParseException ( string message ) : System

Initializes a new instance of the ParseException class.

Описание методов

ParseException() публичный Метод

Initializes a new instance of the ParseException class.
public ParseException ( ) : System
Результат System

ParseException() публичный Метод

Initializes a new instance of the ParseException class.
public ParseException ( string message ) : System
message string The message of the exception
Результат System