Class AppCenterError
Represents an error inside of a Error search response.
Inheritance
AppCenterError
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
Properties
View Source
ErrorGroupId
Declaration
public string ErrorGroupId { get; }
Property Value
View Source
ErrorId
Declaration
public string ErrorId { get; }
Property Value