C# Класс Sgml.SgmlParseException

Thrown if any errors occur while parsing the source.
Наследование: System.Exception
Показать файл Открыть проект

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

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

Instantiates a new instance of SgmlParseException with no specific error information.

SgmlParseException ( string message ) : System

Instantiates a new instance of SgmlParseException with an error message describing the problem.

SgmlParseException ( string message, Entity e ) : System

Instantiates a new instance of SgmlParseException with an error message describing the problem.

SgmlParseException ( string message, Exception innerException ) : System

Instantiates a new instance of SgmlParseException with an error message describing the problem.

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

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

Instantiates a new instance of SgmlParseException with no specific error information.
public SgmlParseException ( ) : System
Результат System

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

Instantiates a new instance of SgmlParseException with an error message describing the problem.
public SgmlParseException ( string message ) : System
message string A message describing the error that occurred
Результат System

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

Instantiates a new instance of SgmlParseException with an error message describing the problem.
public SgmlParseException ( string message, Entity e ) : System
message string A message describing the error that occurred
e Entity The entity on which the error occurred.
Результат System

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

Instantiates a new instance of SgmlParseException with an error message describing the problem.
public SgmlParseException ( string message, Exception innerException ) : System
message string A message describing the error that occurred
innerException System.Exception The original exception that caused the problem.
Результат System