C# Class Microsoft.Scripting.SyntaxErrorException

Inheritance: System.Exception
Datei anzeigen Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
SyntaxErrorException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
GetCodeLine ( ) : string
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetSymbolDocumentName ( ) : string

Method Details

SyntaxErrorException() public method

public SyntaxErrorException ( ) : System
return System

SyntaxErrorException() protected method

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

SyntaxErrorException() public method

public SyntaxErrorException ( string message ) : System
message string
return System

SyntaxErrorException() public method

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

SyntaxErrorException() public method

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
return System

SyntaxErrorException() public method

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
return System