C# 클래스 Microsoft.HockeyApp.Extensibility.Implementation.External.ExceptionDetails

파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

공개 메소드들

메소드 설명
ExceptionDetails ( ) : HockeyApp

보호된 메소드들

메소드 설명
ExceptionDetails ( string fullName, string name ) : HockeyApp

비공개 메소드들

메소드 설명
CreateWithoutStackInfo ( Exception exception, ExceptionDetails parentExceptionDetails ) : ExceptionDetails

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

메소드 상세

ExceptionDetails() 공개 메소드

public ExceptionDetails ( ) : HockeyApp
리턴 HockeyApp

ExceptionDetails() 보호된 메소드

protected ExceptionDetails ( string fullName, string name ) : HockeyApp
fullName string
name string
리턴 HockeyApp