Show / Hide Table of Contents

Class AppCenterErrorGroupSearchModel

Represents the response when doing a ErrorGroup search GET call to AppCenter.

Inheritance
object
AppCenterErrorGroupSearchModel
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.CrashSources
Assembly: CrashCABN.CrashSources.AppCenter.dll
Syntax
public class AppCenterErrorGroupSearchModel

Constructors

View Source

AppCenterErrorGroupSearchModel(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 Source

ReasonFrames

Declaration
public IList<AppCenterReasonStackFrame> ReasonFrames { get; }
Property Value
Type Description
IList<AppCenterReasonStackFrame>
  • View Source
In this article
Back to top Generated by DocFX