C# Class Com.Aurora.AuWeather.Shared.CrashLog

Show file Open project: aurora-lzzp/Aurora-Weather Class Usage Examples

Public Properties

Property Type Description
Exception string
HResult int
Message string
Source string
StackTrace string

Public Methods

Method Description
CrashLog ( string exception, int hResult, string stackTrace, string source, string message )

Method Details

CrashLog() public method

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

Property Details

Exception public property

public string Exception
return string

HResult public property

public int HResult
return int

Message public property

public string Message
return string

Source public property

public string Source
return string

StackTrace public property

public string StackTrace
return string