C# 클래스 kOS.kOSException

상속: System.Exception
파일 보기 프로젝트 열기: Nivekk/KOS

공개 프로퍼티들

프로퍼티 타입 설명
Context kOS.ExecutionContext
Filename String
LineNumber int
Message String
Program ContextRunProgram
commandObj Command

공개 메소드들

메소드 설명
kOSException ( String message ) : System
kOSException ( String message, kOS.ExecutionContext context ) : System

메소드 상세

kOSException() 공개 메소드

public kOSException ( String message ) : System
message String
리턴 System

kOSException() 공개 메소드

public kOSException ( String message, kOS.ExecutionContext context ) : System
message String
context kOS.ExecutionContext
리턴 System

프로퍼티 상세

Context 공개적으로 프로퍼티

public ExecutionContext,kOS Context
리턴 kOS.ExecutionContext

Filename 공개적으로 프로퍼티

public String Filename
리턴 String

LineNumber 공개적으로 프로퍼티

public int LineNumber
리턴 int

Message 공개적으로 프로퍼티

public String Message
리턴 String

Program 공개적으로 프로퍼티

public ContextRunProgram,kOS Program
리턴 ContextRunProgram

commandObj 공개적으로 프로퍼티

public Command,kOS commandObj
리턴 Command