C# 클래스 Exception, peachpie

상속: System.Exception
파일 보기 프로젝트 열기: iolevel/peachpie 1 사용 예제들

공개 메소드들

메소드 설명
__toString ( ) : string
getCode ( ) : int
getFile ( ) : string
getLine ( ) : int
getMessage ( ) : string
getPrevious ( ) : Throwable
getTrace ( ) : PhpArray
getTraceAsString ( ) : string

메소드 상세

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getCode() 공개 메소드

public getCode ( ) : int
리턴 int

getFile() 공개 메소드

public getFile ( ) : string
리턴 string

getLine() 공개 메소드

public getLine ( ) : int
리턴 int

getMessage() 공개 메소드

public getMessage ( ) : string
리턴 string

getPrevious() 공개 메소드

public getPrevious ( ) : Throwable
리턴 Throwable

getTrace() 공개 메소드

public getTrace ( ) : PhpArray
리턴 PhpArray

getTraceAsString() 공개 메소드

public getTraceAsString ( ) : string
리턴 string