C# 클래스 openABAP.Compiler.CompilerError

상속: System.Exception
파일 보기 프로젝트 열기: bi-tm/openABAP

공개 메소드들

메소드 설명
CompilerError ( ) : System
CompilerError ( string message ) : System
CompilerError ( string message, System inner ) : System

메소드 상세

CompilerError() 공개 메소드

public CompilerError ( ) : System
리턴 System

CompilerError() 공개 메소드

public CompilerError ( string message ) : System
message string
리턴 System

CompilerError() 공개 메소드

public CompilerError ( string message, System inner ) : System
message string
inner System
리턴 System