C# 클래스 Sgml.SgmlParseException

Thrown if any errors occur while parsing the source.
상속: System.Exception
파일 보기 프로젝트 열기: Synergex/Baconography

공개 메소드들

메소드 설명
SgmlParseException ( ) : System

Instantiates a new instance of SgmlParseException with no specific error information.

SgmlParseException ( string message ) : System

Instantiates a new instance of SgmlParseException with an error message describing the problem.

SgmlParseException ( string message, Entity e ) : System

Instantiates a new instance of SgmlParseException with an error message describing the problem.

SgmlParseException ( string message, Exception innerException ) : System

Instantiates a new instance of SgmlParseException with an error message describing the problem.

메소드 상세

SgmlParseException() 공개 메소드

Instantiates a new instance of SgmlParseException with no specific error information.
public SgmlParseException ( ) : System
리턴 System

SgmlParseException() 공개 메소드

Instantiates a new instance of SgmlParseException with an error message describing the problem.
public SgmlParseException ( string message ) : System
message string A message describing the error that occurred
리턴 System

SgmlParseException() 공개 메소드

Instantiates a new instance of SgmlParseException with an error message describing the problem.
public SgmlParseException ( string message, Entity e ) : System
message string A message describing the error that occurred
e Entity The entity on which the error occurred.
리턴 System

SgmlParseException() 공개 메소드

Instantiates a new instance of SgmlParseException with an error message describing the problem.
public SgmlParseException ( string message, Exception innerException ) : System
message string A message describing the error that occurred
innerException System.Exception The original exception that caused the problem.
리턴 System