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
Afficher le fichier Open project: GridProtectionAlliance/gsf

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ErrorElement() public méthode

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