Class AppCenterErrorGroupSearchModel
Represents the response when doing a ErrorGroup search GET call to AppCenter.
Inherited Members
Namespace: CrashCABN.CrashSources
Assembly: CrashCABN.CrashSources.AppCenter.dll
Syntax
public class AppCenterErrorGroupSearchModel
Constructors
View SourceAppCenterErrorGroupSearchModel(IList<AppCenterReasonStackFrame>)
Represents the response when doing a ErrorGroup search GET call to AppCenter.
Declaration
public AppCenterErrorGroupSearchModel(IList<AppCenterReasonStackFrame> reasonFrames)
Parameters
Type | Name | Description |
---|---|---|
IList<AppCenterReasonStackFrame> | reasonFrames |
Properties
View SourceReasonFrames
Declaration
public IList<AppCenterReasonStackFrame> ReasonFrames { get; }
Property Value
Type | Description |
---|---|
IList<AppCenterReasonStackFrame> |