Show / Hide Table of Contents

Class AppCenterErrorSearchModel

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

Inheritance
object
AppCenterErrorSearchModel
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 AppCenterErrorSearchModel

Constructors

View Source

AppCenterErrorSearchModel(IList<AppCenterError>)

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

Declaration
public AppCenterErrorSearchModel(IList<AppCenterError> errors)
Parameters
Type Name Description
IList<AppCenterError> errors

Properties

View Source

Errors

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