C# 클래스 TestMessage, UnityTest

상속: MonoBehaviour
파일 보기 프로젝트 열기: MrJoy/UnityTest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
exception Exception,
message string
trace string

Private Properties

프로퍼티 타입 설명
FilterStackTrace string

공개 메소드들

메소드 설명
TestMessage ( string m, StackTrace, t, Exception, e ) : System

비공개 메소드들

메소드 설명
FilterStackTrace ( StackTrace, t ) : string

메소드 상세

TestMessage() 공개 메소드

public TestMessage ( string m, StackTrace, t, Exception, e ) : System
m string
t StackTrace,
e Exception,
리턴 System

프로퍼티 상세

exception 공개적으로 프로퍼티

public Exception, exception
리턴 Exception,

message 공개적으로 프로퍼티

public string message
리턴 string

trace 공개적으로 프로퍼티

public string trace
리턴 string