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

Mostrar archivo 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_oe property

public string Exception
return string

HResult public_oe property

public int HResult
return int

Message public_oe property

public string Message
return string

Source public_oe property

public string Source
return string

StackTrace public_oe property

public string StackTrace
return string