Show / Hide Table of Contents

Class AppCenterError

Represents an error inside of a Error search response.

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

Constructors

View Source

AppCenterError(string, string)

Represents an error inside of a Error search response.

Declaration
public AppCenterError(string errorGroupId, string errorId)
Parameters
Type Name Description
string errorGroupId
string errorId

Properties

View Source

ErrorGroupId

Declaration
public string ErrorGroupId { get; }
Property Value
Type Description
string
View Source

ErrorId

Declaration
public string ErrorId { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX