C# 클래스 AppSecInc.ProcessDomain.Remoting.AssemblyGeneratorCompilerException

상속: System.Exception
파일 보기 프로젝트 열기: legendary-code/process-domain

공개 메소드들

메소드 설명
AssemblyGeneratorCompilerException ( SerializationInfo info, StreamingContext context ) : System
AssemblyGeneratorCompilerException ( string message, CompilerErrorCollection errors ) : System
ToString ( ) : string

메소드 상세

AssemblyGeneratorCompilerException() 공개 메소드

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

AssemblyGeneratorCompilerException() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string