C# Class Microsoft.HockeyApp.Extensibility.Implementation.External.ExceptionDetails

Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Méthodes publiques

Méthode Description
ExceptionDetails ( ) : HockeyApp

Méthodes protégées

Méthode Description
ExceptionDetails ( string fullName, string name ) : HockeyApp

Private Methods

Méthode Description
CreateWithoutStackInfo ( Exception exception, ExceptionDetails parentExceptionDetails ) : ExceptionDetails

Creates a new instance of ExceptionDetails from a System.Exception and a parent ExceptionDetails.

Method Details

ExceptionDetails() public méthode

public ExceptionDetails ( ) : HockeyApp
Résultat HockeyApp

ExceptionDetails() protected méthode

protected ExceptionDetails ( string fullName, string name ) : HockeyApp
fullName string
name string
Résultat HockeyApp