C# Класс Monobjc.Tools.Generator.Parsers.Sgml.SgmlParseException

Наследование: 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 ( SerializationInfo streamInfo, StreamingContext streamCtx ) : System

Initializes a new instance of the SgmlParseException class with serialized data.

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

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

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

SgmlParseException() защищенный Метод

Initializes a new instance of the SgmlParseException class with serialized data.
protected SgmlParseException ( SerializationInfo streamInfo, StreamingContext streamCtx ) : System
streamInfo System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
streamCtx System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
Результат 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