Click or drag to resize

ErrorElement(ElementType, Exception) Constructor

Creates a new instance of the ErrorElement class.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public ErrorElement(
	ElementType typeOfElement,
	Exception exception
)
View Source

Parameters

typeOfElement  ElementType
The type of the element being parsed when the error occurred.
exception  Exception
The exception that occurred when parsing an element.
See Also