Class Reporting.Error
Represent an error during the deserialization or the verification.
Inheritance
System.Object
Reporting.Error
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: AasCore.Aas3_0_RC02
Assembly: AasCore.Aas3_0_RC02.dll
Syntax
public class Error
Constructors
| Improve this Doc View SourceError(String)
Declaration
public Error(string cause)
Parameters
Type | Name | Description |
---|---|---|
System.String | cause |
Fields
| Improve this Doc View SourceCause
Declaration
public readonly string Cause
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourcePathSegments
Declaration
public ICollection<Reporting.Segment> PathSegments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Reporting.Segment> |
Methods
| Improve this Doc View SourcePrependSegment(Reporting.Segment)
Declaration
public void PrependSegment(Reporting.Segment segment)
Parameters
Type | Name | Description |
---|---|---|
Reporting.Segment | segment |