C# 클래스 Apex.System.TypeException

상속: Apex.System.Exception
파일 보기 프로젝트 열기: jayonsoftware/apexsharp

공개 메소드들

메소드 설명
TypeException ( )
TypeException ( Apex.System.Exception param1 )
TypeException ( string param1 )
TypeException ( string param1, Apex.System.Exception param2 )
getCause ( ) : Apex.System.Exception
getLineNumber ( ) : int
getMessage ( ) : string
getStackTraceString ( ) : string
getTypeName ( ) : string
initCause ( Apex.System.Exception cause ) : void
setMessage ( string message ) : void

메소드 상세

TypeException() 공개 메소드

public TypeException ( )

TypeException() 공개 메소드

public TypeException ( Apex.System.Exception param1 )
param1 Apex.System.Exception

TypeException() 공개 메소드

public TypeException ( string param1 )
param1 string

TypeException() 공개 메소드

public TypeException ( string param1, Apex.System.Exception param2 )
param1 string
param2 Apex.System.Exception

getCause() 공개 메소드

public getCause ( ) : Apex.System.Exception
리턴 Apex.System.Exception

getLineNumber() 공개 메소드

public getLineNumber ( ) : int
리턴 int

getMessage() 공개 메소드

public getMessage ( ) : string
리턴 string

getStackTraceString() 공개 메소드

public getStackTraceString ( ) : string
리턴 string

getTypeName() 공개 메소드

public getTypeName ( ) : string
리턴 string

initCause() 공개 메소드

public initCause ( Apex.System.Exception cause ) : void
cause Apex.System.Exception
리턴 void

setMessage() 공개 메소드

public setMessage ( string message ) : void
message string
리턴 void