Click or drag to resize

ConnectionAssertionError Structure

A description of an error, found during the validation process.
Inheritance Hierarchy
SystemObject
  SystemValueType
    de.unika.ipd.grGen.libGrConnectionAssertionError

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public struct ConnectionAssertionError

The ConnectionAssertionError type exposes the following members.

Constructors
 NameDescription
Public methodConnectionAssertionError Initializes a ConnectionAssertionError instance.
Top
Fields
 NameDescription
Public fieldCAEType The type of error.
Public fieldElem Specifies the graph element, where the error was found.
Public fieldFoundEdges The number of edges found in the graph, if CAEType != CAEType.EdgeNotSpecified.
Public fieldValidateInfo The corresponding ValidatedInfo object, if CAEType != CAEType.EdgeNotSpecified. Otherwise it is null.
Top
See Also