Search Results for

    Show / Hide Table of Contents

    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
    Assembly: AasCore.Aas3_0.dll
    Syntax
    public class Error

    Constructors

    | Improve this Doc View Source

    Error(String)

    Declaration
    public Error(string cause)
    Parameters
    Type Name Description
    System.String cause

    Fields

    | Improve this Doc View Source

    Cause

    Declaration
    public readonly string Cause
    Field Value
    Type Description
    System.String

    Properties

    | Improve this Doc View Source

    PathSegments

    Declaration
    public ICollection<Reporting.Segment> PathSegments { get; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<Reporting.Segment>

    Methods

    | Improve this Doc View Source

    PrependSegment(Reporting.Segment)

    Declaration
    public void PrependSegment(Reporting.Segment segment)
    Parameters
    Type Name Description
    Reporting.Segment segment
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX