C# 클래스 GSF.PQDIF.Physical.ErrorElement

Represents an Element that the parser ran into an exception while trying to parse.
상속: GSF.PQDIF.Physical.Element
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
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