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

Afficher le fichier Open project: aurora-lzzp/Aurora-Weather Class Usage Examples

Méthodes publiques

Свойство Type Description
Exception string
HResult int
Message string
Source string
StackTrace string

Méthodes publiques

Méthode Description
CrashLog ( string exception, int hResult, string stackTrace, string source, string message )

Method Details

CrashLog() public méthode

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
Résultat string

HResult public_oe property

public int HResult
Résultat int

Message public_oe property

public string Message
Résultat string

Source public_oe property

public string Source
Résultat string

StackTrace public_oe property

public string StackTrace
Résultat string