메소드 | 설명 | |
---|---|---|
SyntaxErrorException ( ) : System | ||
SyntaxErrorException ( string message ) : System | ||
SyntaxErrorException ( string message, |
||
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 ( |
메소드 | 설명 | |
---|---|---|
GetCodeLine ( ) : string | ||
GetObjectData ( |
||
GetSymbolDocumentName ( ) : string |
protected SyntaxErrorException ( |
||
info | ||
context | ||
리턴 | System |
public SyntaxErrorException ( string message ) : System | ||
message | string | |
리턴 | System |
public SyntaxErrorException ( string message, |
||
message | string | |
innerException | ||
리턴 | System |
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 |
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 |