C# 클래스 openABAP.Runtime.RuntimeError

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

공개 메소드들

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

메소드 상세

RuntimeError() 공개 메소드

public RuntimeError ( ) : System
리턴 System

RuntimeError() 공개 메소드

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

RuntimeError() 공개 메소드

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