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

Datei anzeigen Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Public Methods

Method Description
ExceptionDetails ( ) : HockeyApp

Protected Methods

Method Description
ExceptionDetails ( string fullName, string name ) : HockeyApp

Private Methods

Method 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 method

public ExceptionDetails ( ) : HockeyApp
return HockeyApp

ExceptionDetails() protected method

protected ExceptionDetails ( string fullName, string name ) : HockeyApp
fullName string
name string
return HockeyApp