C# 클래스 Microsoft.Scripting.SyntaxErrorException

상속: System.Exception
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
SyntaxErrorException ( ) : System
SyntaxErrorException ( string message ) : System
SyntaxErrorException ( string message, Exception innerException ) : System
SyntaxErrorException ( string message, SourceUnit sourceUnit, Microsoft.Scripting.SourceSpan span, int errorCode, Severity severity ) : System
SyntaxErrorException ( string message, string path, string code, string line, Microsoft.Scripting.SourceSpan span, int errorCode, Severity severity ) : System

보호된 메소드들

메소드 설명
SyntaxErrorException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

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

메소드 상세

SyntaxErrorException() 공개 메소드

public SyntaxErrorException ( ) : System
리턴 System

SyntaxErrorException() 보호된 메소드

protected SyntaxErrorException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

SyntaxErrorException() 공개 메소드

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

SyntaxErrorException() 공개 메소드

public SyntaxErrorException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

SyntaxErrorException() 공개 메소드

public SyntaxErrorException ( string message, SourceUnit sourceUnit, Microsoft.Scripting.SourceSpan span, int errorCode, Severity severity ) : System
message string
sourceUnit SourceUnit
span Microsoft.Scripting.SourceSpan
errorCode int
severity Severity
리턴 System

SyntaxErrorException() 공개 메소드

public SyntaxErrorException ( string message, string path, string code, string line, Microsoft.Scripting.SourceSpan span, int errorCode, Severity severity ) : System
message string
path string
code string
line string
span Microsoft.Scripting.SourceSpan
errorCode int
severity Severity
리턴 System