C# Class AppSecInc.ProcessDomain.Remoting.AssemblyGeneratorCompilerException

Inheritance: System.Exception
Show file Open project: legendary-code/process-domain

Public Methods

Method Description
AssemblyGeneratorCompilerException ( SerializationInfo info, StreamingContext context ) : System
AssemblyGeneratorCompilerException ( string message, CompilerErrorCollection errors ) : System
ToString ( ) : string

Method Details

AssemblyGeneratorCompilerException() public method

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

AssemblyGeneratorCompilerException() public method

public AssemblyGeneratorCompilerException ( string message, CompilerErrorCollection errors ) : System
message string
errors System.CodeDom.Compiler.CompilerErrorCollection
return System

ToString() public method

public ToString ( ) : string
return string