Class ErrorReport
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMAppCore.dll
This class is to represent the Error Report for Verify.
public class ErrorReport
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ErrorReport()
public ErrorReport()
Properties
Error
public string Error { get; set; }
Property Value
ErrorCode
public uint ErrorCode { get; set; }
Property Value
ErrorObject
public ObjectBase ErrorObject { get; set; }
Property Value
Methods
ToString()
public override string ToString()