C# 클래스 Malt.Reporting.SyntaxErrorException

상속: System.Exception
파일 보기 프로젝트 열기: oldrev/maltreport

공개 메소드들

메소드 설명
SyntaxErrorException ( ) : System
SyntaxErrorException ( string msg ) : System
SyntaxErrorException ( string msg, Exception ex ) : System

보호된 메소드들

메소드 설명
SyntaxErrorException ( SerializationInfo si, StreamingContext sc ) : System

메소드 상세

SyntaxErrorException() 공개 메소드

public SyntaxErrorException ( ) : System
리턴 System

SyntaxErrorException() 보호된 메소드

protected SyntaxErrorException ( SerializationInfo si, StreamingContext sc ) : System
si System.Runtime.Serialization.SerializationInfo
sc System.Runtime.Serialization.StreamingContext
리턴 System

SyntaxErrorException() 공개 메소드

public SyntaxErrorException ( string msg ) : System
msg string
리턴 System

SyntaxErrorException() 공개 메소드

public SyntaxErrorException ( string msg, Exception ex ) : System
msg string
ex System.Exception
리턴 System