Class AppCenterFrameModel
Represents the Frame class in the crash .json.
Inheritance
AppCenterFrameModel
Assembly: CrashCABN.CrashSources.AppCenter.dll
Syntax
public class AppCenterFrameModel
Constructors
View Source
AppCenterFrameModel(string, string)
Represents the Frame class in the crash .json.
Declaration
public AppCenterFrameModel(string className, string methodName)
Parameters
Properties
View Source
ClassName
Declaration
public string ClassName { get; }
Property Value
View Source
MethodName
Declaration
public string MethodName { get; }
Property Value