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