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 SourceAppCenterError(String, String)
Declaration
public AppCenterError(string errorGroupId, string errorId)
Parameters
Type | Name | Description |
---|---|---|
System.String | errorGroupId | |
System.String | errorId |
Properties
View SourceErrorGroupId
Declaration
public string ErrorGroupId { get; }
Property Value
Type | Description |
---|---|
System.String |
ErrorId
Declaration
public string ErrorId { get; }
Property Value
Type | Description |
---|---|
System.String |