C# Класс GSF.PQDIF.Physical.ErrorElement

Represents an Element that the parser ran into an exception while trying to parse.
Наследование: GSF.PQDIF.Physical.Element
Показать файл Открыть проект

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

Метод Описание
ErrorElement ( ElementType typeOfElement, Exception exception ) : System

Creates a new instance of the ErrorElement class.

ErrorElement ( Exception exception ) : System

Creates a new instance of the ErrorElement class.

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

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

Creates a new instance of the ErrorElement class.
public ErrorElement ( ElementType typeOfElement, Exception exception ) : System
typeOfElement ElementType The type of the element being parsed when the error occurred.
exception System.Exception The exception that occurred when parsing an element.
Результат System

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

Creates a new instance of the ErrorElement class.
public ErrorElement ( Exception exception ) : System
exception System.Exception The exception that occurred when parsing an element.
Результат System