C# 클래스 Kirikiri.Tjs2.Error

파일 보기 프로젝트 열기: fantasydr/krkr-cs

공개 프로퍼티들

프로퍼티 타입 설명
AccessDenyed string
ArrayRBRACKETError string
BadParamCount string
ByteCodeBroken string
CallHistoryIsFromOutOfTJS2Script string
CannotGetResult string
CannotGetSuper string
CannotModifyLHS string
CannotOmit string
CannotParseDate string
ConstArrayLBRACKETError string
ConstArrayValueError string
ConstDicArrayStringError string
ConstDicDelimiterError string
ConstDicLBRACKETError string
ConstDicValueError string
DicDelimiterError string
DicError string
DicLBRACKETError string
DicRBRACKETError string
DivideByZero string
EndOfBlockError string
ExceptionNotFound string
Expected string
GroupByObjectType string
GroupByObjectTypeAndHistory string
IDExpected string
InsufficientMem string
InternalError string
InvalidChar string
InvalidFormatString string
InvalidObject string
InvalidOpecode string
InvalidParam string
InvalidType string
InvalidValueForTimestamp string
MemberNotFound string
MemberNotFoundNoNameGiven string
MisplacedBreakContinue string
MisplacedCase string
MisplacedReturn string
NObjectsWasNotFreed string
NarrowToWideConversionError string
NativeClassCrash string
NotFound3ColonError string
NotFoundAsteriskAfterError string
NotFoundBebuggerSemicolonError string
NotFoundBlockRBRACEError string
NotFoundBreakSemicolonError string
NotFoundCaseColonError string
NotFoundCaseOrDefaultError string
NotFoundCatchError string
NotFoundContinueSemicolonError string
NotFoundDefaultColonError string
NotFoundDicOrArrayRBRACKETError string
NotFoundDoWhileError string
NotFoundDoWhileLPARENTHESISError string
NotFoundDoWhileRPARENTHESISError string
NotFoundDoWhileSemicolonError string
NotFoundForLPARENTHESISError string
NotFoundForRPARENTHESISError string
NotFoundForSemicolonError string
NotFoundFuncCallLPARENTHESISError string
NotFoundFuncCallRPARENTHESISError string
NotFoundFuncDeclRPARENTHESISError string
NotFoundFuncDeclSymbolError string
NotFoundIfLPARENTHESISError string
NotFoundIfRPARENTHESISError string
NotFoundLBRACEAfterBlockError string
NotFoundLBRACEAfterPropError string
NotFoundPreprocessorRPARENTHESISError string
NotFoundPropError string
NotFoundPropGetRPARENTHESISError string
NotFoundPropSetLPARENTHESISError string
NotFoundPropSetRPARENTHESISError string
NotFoundPropSetSymbolError string
NotFoundRBRACEAfterBlockError string
NotFoundRBRACEAfterPropError string
NotFoundRPARENTHESISAfterCatchError string
NotFoundRPARENTHESISError string
NotFoundRegexError string
NotFoundSemicolonAfterReturnError string
NotFoundSemicolonAfterThrowError string
NotFoundSemicolonError string
NotFoundSemicolonOrTokenTypeError string
NotFoundSwitchLPARENTHESISError string
NotFoundSwitchRPARENTHESISError string
NotFoundSymbolAfterClassError string
NotFoundSymbolAfterDotError string
NotFoundSymbolAfterPropError string
NotFoundSymbolAfterVarError string
NotFoundVarSemicolonError string
NotFoundWhileLPARENTHESISError string
NotFoundWhileRPARENTHESISError string
NotFoundWithLPARENTHESISError string
NotFoundWithRPARENTHESISError string
NotImplemented string
NotReconstructiveRandomizeData string
NullAccess string
NumberError string
ObjectCountingMessageGroupByObjectTypeAndHistory string
ObjectCountingMessageTJSGroupByObjectType string
ObjectCreationHistoryDelimiter string
ObjectWasNotFreed string
PPError string
PreprocessorZeroDiv string
RangeError string
ReadError string
SeekError string
SpecifyArray string
SpecifyDicOrArray string
StringAllocError string
StringDeallocError string
StringParseError string
SubstitutionInBooleanContext string
Symbol string
SyntaxError string
TooManyErrors string
UnclosedComment string
VariantConvertError string
VariantConvertErrorToObject string
WarnEvalOperator string
WarnRunningCodeOnDeletingObject string
Warning string
WriteError string

공개 메소드들

메소드 설명
GetExceptionObject ( TJS tjs, Variant res, Variant msg, Variant trace ) : void

TJSGetExceptionObject : retrieves TJS 'Exception' object

ReportExceptionSource ( string msg, InterCodeObject context, int codepos ) : void
ThrowFrom_tjs_error ( int hr, string name ) : void

메소드 상세

GetExceptionObject() 공개 정적인 메소드

TJSGetExceptionObject : retrieves TJS 'Exception' object
TJSException VariantException
public static GetExceptionObject ( TJS tjs, Variant res, Variant msg, Variant trace ) : void
tjs TJS
res Variant
msg Variant
trace Variant
리턴 void

ReportExceptionSource() 공개 정적인 메소드

public static ReportExceptionSource ( string msg, InterCodeObject context, int codepos ) : void
msg string
context InterCodeObject
codepos int
리턴 void

ThrowFrom_tjs_error() 공개 정적인 메소드

public static ThrowFrom_tjs_error ( int hr, string name ) : void
hr int
name string
리턴 void

프로퍼티 상세

AccessDenyed 공개적으로 정적으로 프로퍼티

public static string AccessDenyed
리턴 string

ArrayRBRACKETError 공개적으로 정적으로 프로퍼티

public static string ArrayRBRACKETError
리턴 string

BadParamCount 공개적으로 정적으로 프로퍼티

public static string BadParamCount
리턴 string

ByteCodeBroken 공개적으로 정적으로 프로퍼티

public static string ByteCodeBroken
리턴 string

CallHistoryIsFromOutOfTJS2Script 공개적으로 정적으로 프로퍼티

public static string CallHistoryIsFromOutOfTJS2Script
리턴 string

CannotGetResult 공개적으로 정적으로 프로퍼티

public static string CannotGetResult
리턴 string

CannotGetSuper 공개적으로 정적으로 프로퍼티

public static string CannotGetSuper
리턴 string

CannotModifyLHS 공개적으로 정적으로 프로퍼티

public static string CannotModifyLHS
리턴 string

CannotOmit 공개적으로 정적으로 프로퍼티

public static string CannotOmit
리턴 string

CannotParseDate 공개적으로 정적으로 프로퍼티

public static string CannotParseDate
리턴 string

ConstArrayLBRACKETError 공개적으로 정적으로 프로퍼티

public static string ConstArrayLBRACKETError
리턴 string

ConstArrayValueError 공개적으로 정적으로 프로퍼티

public static string ConstArrayValueError
리턴 string

ConstDicArrayStringError 공개적으로 정적으로 프로퍼티

public static string ConstDicArrayStringError
리턴 string

ConstDicDelimiterError 공개적으로 정적으로 프로퍼티

public static string ConstDicDelimiterError
리턴 string

ConstDicLBRACKETError 공개적으로 정적으로 프로퍼티

public static string ConstDicLBRACKETError
리턴 string

ConstDicValueError 공개적으로 정적으로 프로퍼티

public static string ConstDicValueError
리턴 string

DicDelimiterError 공개적으로 정적으로 프로퍼티

public static string DicDelimiterError
리턴 string

DicError 공개적으로 정적으로 프로퍼티

public static string DicError
리턴 string

DicLBRACKETError 공개적으로 정적으로 프로퍼티

public static string DicLBRACKETError
리턴 string

DicRBRACKETError 공개적으로 정적으로 프로퍼티

public static string DicRBRACKETError
리턴 string

DivideByZero 공개적으로 정적으로 프로퍼티

public static string DivideByZero
리턴 string

EndOfBlockError 공개적으로 정적으로 프로퍼티

public static string EndOfBlockError
리턴 string

ExceptionNotFound 공개적으로 정적으로 프로퍼티

public static string ExceptionNotFound
리턴 string

Expected 공개적으로 정적으로 프로퍼티

public static string Expected
리턴 string

GroupByObjectType 공개적으로 정적으로 프로퍼티

public static string GroupByObjectType
리턴 string

GroupByObjectTypeAndHistory 공개적으로 정적으로 프로퍼티

public static string GroupByObjectTypeAndHistory
리턴 string

IDExpected 공개적으로 정적으로 프로퍼티

public static string IDExpected
리턴 string

InsufficientMem 공개적으로 정적으로 프로퍼티

public static string InsufficientMem
리턴 string

InternalError 공개적으로 정적으로 프로퍼티

public static string InternalError
리턴 string

InvalidChar 공개적으로 정적으로 프로퍼티

public static string InvalidChar
리턴 string

InvalidFormatString 공개적으로 정적으로 프로퍼티

public static string InvalidFormatString
리턴 string

InvalidObject 공개적으로 정적으로 프로퍼티

public static string InvalidObject
리턴 string

InvalidOpecode 공개적으로 정적으로 프로퍼티

public static string InvalidOpecode
리턴 string

InvalidParam 공개적으로 정적으로 프로퍼티

public static string InvalidParam
리턴 string

InvalidType 공개적으로 정적으로 프로퍼티

public static string InvalidType
리턴 string

InvalidValueForTimestamp 공개적으로 정적으로 프로퍼티

public static string InvalidValueForTimestamp
리턴 string

MemberNotFound 공개적으로 정적으로 프로퍼티

public static string MemberNotFound
리턴 string

MemberNotFoundNoNameGiven 공개적으로 정적으로 프로퍼티

public static string MemberNotFoundNoNameGiven
리턴 string

MisplacedBreakContinue 공개적으로 정적으로 프로퍼티

public static string MisplacedBreakContinue
리턴 string

MisplacedCase 공개적으로 정적으로 프로퍼티

public static string MisplacedCase
리턴 string

MisplacedReturn 공개적으로 정적으로 프로퍼티

public static string MisplacedReturn
리턴 string

NObjectsWasNotFreed 공개적으로 정적으로 프로퍼티

public static string NObjectsWasNotFreed
리턴 string

NarrowToWideConversionError 공개적으로 정적으로 프로퍼티

public static string NarrowToWideConversionError
리턴 string

NativeClassCrash 공개적으로 정적으로 프로퍼티

public static string NativeClassCrash
리턴 string

NotFound3ColonError 공개적으로 정적으로 프로퍼티

public static string NotFound3ColonError
리턴 string

NotFoundAsteriskAfterError 공개적으로 정적으로 프로퍼티

public static string NotFoundAsteriskAfterError
리턴 string

NotFoundBebuggerSemicolonError 공개적으로 정적으로 프로퍼티

public static string NotFoundBebuggerSemicolonError
리턴 string

NotFoundBlockRBRACEError 공개적으로 정적으로 프로퍼티

public static string NotFoundBlockRBRACEError
리턴 string

NotFoundBreakSemicolonError 공개적으로 정적으로 프로퍼티

public static string NotFoundBreakSemicolonError
리턴 string

NotFoundCaseColonError 공개적으로 정적으로 프로퍼티

public static string NotFoundCaseColonError
리턴 string

NotFoundCaseOrDefaultError 공개적으로 정적으로 프로퍼티

public static string NotFoundCaseOrDefaultError
리턴 string

NotFoundCatchError 공개적으로 정적으로 프로퍼티

public static string NotFoundCatchError
리턴 string

NotFoundContinueSemicolonError 공개적으로 정적으로 프로퍼티

public static string NotFoundContinueSemicolonError
리턴 string

NotFoundDefaultColonError 공개적으로 정적으로 프로퍼티

public static string NotFoundDefaultColonError
리턴 string

NotFoundDicOrArrayRBRACKETError 공개적으로 정적으로 프로퍼티

public static string NotFoundDicOrArrayRBRACKETError
리턴 string

NotFoundDoWhileError 공개적으로 정적으로 프로퍼티

public static string NotFoundDoWhileError
리턴 string

NotFoundDoWhileLPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundDoWhileLPARENTHESISError
리턴 string

NotFoundDoWhileRPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundDoWhileRPARENTHESISError
리턴 string

NotFoundDoWhileSemicolonError 공개적으로 정적으로 프로퍼티

public static string NotFoundDoWhileSemicolonError
리턴 string

NotFoundForLPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundForLPARENTHESISError
리턴 string

NotFoundForRPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundForRPARENTHESISError
리턴 string

NotFoundForSemicolonError 공개적으로 정적으로 프로퍼티

public static string NotFoundForSemicolonError
리턴 string

NotFoundFuncCallLPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundFuncCallLPARENTHESISError
리턴 string

NotFoundFuncCallRPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundFuncCallRPARENTHESISError
리턴 string

NotFoundFuncDeclRPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundFuncDeclRPARENTHESISError
리턴 string

NotFoundFuncDeclSymbolError 공개적으로 정적으로 프로퍼티

public static string NotFoundFuncDeclSymbolError
리턴 string

NotFoundIfLPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundIfLPARENTHESISError
리턴 string

NotFoundIfRPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundIfRPARENTHESISError
리턴 string

NotFoundLBRACEAfterBlockError 공개적으로 정적으로 프로퍼티

public static string NotFoundLBRACEAfterBlockError
리턴 string

NotFoundLBRACEAfterPropError 공개적으로 정적으로 프로퍼티

public static string NotFoundLBRACEAfterPropError
리턴 string

NotFoundPreprocessorRPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundPreprocessorRPARENTHESISError
리턴 string

NotFoundPropError 공개적으로 정적으로 프로퍼티

public static string NotFoundPropError
리턴 string

NotFoundPropGetRPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundPropGetRPARENTHESISError
리턴 string

NotFoundPropSetLPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundPropSetLPARENTHESISError
리턴 string

NotFoundPropSetRPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundPropSetRPARENTHESISError
리턴 string

NotFoundPropSetSymbolError 공개적으로 정적으로 프로퍼티

public static string NotFoundPropSetSymbolError
리턴 string

NotFoundRBRACEAfterBlockError 공개적으로 정적으로 프로퍼티

public static string NotFoundRBRACEAfterBlockError
리턴 string

NotFoundRBRACEAfterPropError 공개적으로 정적으로 프로퍼티

public static string NotFoundRBRACEAfterPropError
리턴 string

NotFoundRPARENTHESISAfterCatchError 공개적으로 정적으로 프로퍼티

public static string NotFoundRPARENTHESISAfterCatchError
리턴 string

NotFoundRPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundRPARENTHESISError
리턴 string

NotFoundRegexError 공개적으로 정적으로 프로퍼티

public static string NotFoundRegexError
리턴 string

NotFoundSemicolonAfterReturnError 공개적으로 정적으로 프로퍼티

public static string NotFoundSemicolonAfterReturnError
리턴 string

NotFoundSemicolonAfterThrowError 공개적으로 정적으로 프로퍼티

public static string NotFoundSemicolonAfterThrowError
리턴 string

NotFoundSemicolonError 공개적으로 정적으로 프로퍼티

public static string NotFoundSemicolonError
리턴 string

NotFoundSemicolonOrTokenTypeError 공개적으로 정적으로 프로퍼티

public static string NotFoundSemicolonOrTokenTypeError
리턴 string

NotFoundSwitchLPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundSwitchLPARENTHESISError
리턴 string

NotFoundSwitchRPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundSwitchRPARENTHESISError
리턴 string

NotFoundSymbolAfterClassError 공개적으로 정적으로 프로퍼티

public static string NotFoundSymbolAfterClassError
리턴 string

NotFoundSymbolAfterDotError 공개적으로 정적으로 프로퍼티

public static string NotFoundSymbolAfterDotError
리턴 string

NotFoundSymbolAfterPropError 공개적으로 정적으로 프로퍼티

public static string NotFoundSymbolAfterPropError
리턴 string

NotFoundSymbolAfterVarError 공개적으로 정적으로 프로퍼티

public static string NotFoundSymbolAfterVarError
리턴 string

NotFoundVarSemicolonError 공개적으로 정적으로 프로퍼티

public static string NotFoundVarSemicolonError
리턴 string

NotFoundWhileLPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundWhileLPARENTHESISError
리턴 string

NotFoundWhileRPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundWhileRPARENTHESISError
리턴 string

NotFoundWithLPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundWithLPARENTHESISError
리턴 string

NotFoundWithRPARENTHESISError 공개적으로 정적으로 프로퍼티

public static string NotFoundWithRPARENTHESISError
리턴 string

NotImplemented 공개적으로 정적으로 프로퍼티

public static string NotImplemented
리턴 string

NotReconstructiveRandomizeData 공개적으로 정적으로 프로퍼티

public static string NotReconstructiveRandomizeData
리턴 string

NullAccess 공개적으로 정적으로 프로퍼티

public static string NullAccess
리턴 string

NumberError 공개적으로 정적으로 프로퍼티

public static string NumberError
리턴 string

ObjectCountingMessageGroupByObjectTypeAndHistory 공개적으로 정적으로 프로퍼티

public static string ObjectCountingMessageGroupByObjectTypeAndHistory
리턴 string

ObjectCountingMessageTJSGroupByObjectType 공개적으로 정적으로 프로퍼티

public static string ObjectCountingMessageTJSGroupByObjectType
리턴 string

ObjectCreationHistoryDelimiter 공개적으로 정적으로 프로퍼티

public static string ObjectCreationHistoryDelimiter
리턴 string

ObjectWasNotFreed 공개적으로 정적으로 프로퍼티

public static string ObjectWasNotFreed
리턴 string

PPError 공개적으로 정적으로 프로퍼티

public static string PPError
리턴 string

PreprocessorZeroDiv 공개적으로 정적으로 프로퍼티

public static string PreprocessorZeroDiv
리턴 string

RangeError 공개적으로 정적으로 프로퍼티

public static string RangeError
리턴 string

ReadError 공개적으로 정적으로 프로퍼티

public static string ReadError
리턴 string

SeekError 공개적으로 정적으로 프로퍼티

public static string SeekError
리턴 string

SpecifyArray 공개적으로 정적으로 프로퍼티

public static string SpecifyArray
리턴 string

SpecifyDicOrArray 공개적으로 정적으로 프로퍼티

public static string SpecifyDicOrArray
리턴 string

StringAllocError 공개적으로 정적으로 프로퍼티

public static string StringAllocError
리턴 string

StringDeallocError 공개적으로 정적으로 프로퍼티

public static string StringDeallocError
리턴 string

StringParseError 공개적으로 정적으로 프로퍼티

public static string StringParseError
리턴 string

SubstitutionInBooleanContext 공개적으로 정적으로 프로퍼티

public static string SubstitutionInBooleanContext
리턴 string

Symbol 공개적으로 정적으로 프로퍼티

public static string Symbol
리턴 string

SyntaxError 공개적으로 정적으로 프로퍼티

public static string SyntaxError
리턴 string

TooManyErrors 공개적으로 정적으로 프로퍼티

public static string TooManyErrors
리턴 string

UnclosedComment 공개적으로 정적으로 프로퍼티

public static string UnclosedComment
리턴 string

VariantConvertError 공개적으로 정적으로 프로퍼티

public static string VariantConvertError
리턴 string

VariantConvertErrorToObject 공개적으로 정적으로 프로퍼티

public static string VariantConvertErrorToObject
리턴 string

WarnEvalOperator 공개적으로 정적으로 프로퍼티

public static string WarnEvalOperator
리턴 string

WarnRunningCodeOnDeletingObject 공개적으로 정적으로 프로퍼티

public static string WarnRunningCodeOnDeletingObject
리턴 string

Warning 공개적으로 정적으로 프로퍼티

public static string Warning
리턴 string

WriteError 공개적으로 정적으로 프로퍼티

public static string WriteError
리턴 string