Click or drag to resize

ErrorElement(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(
	Exception exception
)
View Source

Parameters

exception  Exception
The exception that occurred when parsing an element.
See Also