C# Class GSF.PQDIF.Physical.ErrorElement

Represents an Element that the parser ran into an exception while trying to parse.
Inheritance: GSF.PQDIF.Physical.Element
Mostra file Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
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.

Method Details

ErrorElement() public method

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.
return System

ErrorElement() public method

Creates a new instance of the ErrorElement class.
public ErrorElement ( Exception exception ) : System
exception System.Exception The exception that occurred when parsing an element.
return System