Show / Hide Table of Contents

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 Source

AppCenterErrorGroupSearchModel(IList<AppCenterReasonStackFrame>)

Declaration
public AppCenterErrorGroupSearchModel(IList<AppCenterReasonStackFrame> reasonFrames)
Parameters
Type Name Description
System.Collections.Generic.IList<AppCenterReasonStackFrame> reasonFrames

Properties

View Source

ReasonFrames

Declaration
public IList<AppCenterReasonStackFrame> ReasonFrames { get; }
Property Value
Type Description
System.Collections.Generic.IList<AppCenterReasonStackFrame>
  • View Source
In This Article
Back to top Generated by DocFX