C# Class IrcShark.Extensions.Scripting.CompilationException

Inheritance: ScriptingException
ファイルを表示 Open project: hapm/IrcShark

Public Methods

Method Description
CompilationException ( CompilerErrorCollection errors ) : System
CompilationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CompilationException() public method

public CompilationException ( CompilerErrorCollection errors ) : System
errors System.CodeDom.Compiler.CompilerErrorCollection
return System

CompilationException() public method

public CompilationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System