Show / Hide Table of Contents

Class AppCenterError

Represents an error inside of a Error search response.

Inheritance
System.Object
AppCenterError
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 AppCenterError

Constructors

View Source

AppCenterError(String, String)

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

Properties

View Source

ErrorGroupId

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

ErrorId

Declaration
public string ErrorId { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX