C# 클래스 Monobjc.Tools.Generator.Parsers.Sgml.SgmlParseException

상속: System.Exception
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
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 ( SerializationInfo streamInfo, StreamingContext streamCtx ) : System

Initializes a new instance of the SgmlParseException class with serialized data.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

SgmlParseException() 공개 메소드

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

SgmlParseException() 보호된 메소드

Initializes a new instance of the SgmlParseException class with serialized data.
protected SgmlParseException ( SerializationInfo streamInfo, StreamingContext streamCtx ) : System
streamInfo System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
streamCtx System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
리턴 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