C# 클래스 Com.Aurora.AuWeather.Shared.CrashLog

파일 보기 프로젝트 열기: aurora-lzzp/Aurora-Weather 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Exception string
HResult int
Message string
Source string
StackTrace string

공개 메소드들

메소드 설명
CrashLog ( string exception, int hResult, string stackTrace, string source, string message )

메소드 상세

CrashLog() 공개 메소드

public CrashLog ( string exception, int hResult, string stackTrace, string source, string message )
exception string
hResult int
stackTrace string
source string
message string

프로퍼티 상세

Exception 공개적으로 프로퍼티

public string Exception
리턴 string

HResult 공개적으로 프로퍼티

public int HResult
리턴 int

Message 공개적으로 프로퍼티

public string Message
리턴 string

Source 공개적으로 프로퍼티

public string Source
리턴 string

StackTrace 공개적으로 프로퍼티

public string StackTrace
리턴 string