 | ConnectionAssertionError Constructor |
Initializes a ConnectionAssertionError instance.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic ConnectionAssertionError(
CAEType caeType,
IGraphElement elem,
long found,
ValidateInfo valInfo
)
Parameters
- caeType CAEType
- The type of error.
- elem IGraphElement
- The graph element, where the error was found.
- found Int64
- The number of edges found in the graph, if CAEType != CAEType.EdgeNotSpecified.
- valInfo ValidateInfo
- The corresponding ValidatedInfo object, if CAEType != CAEType.EdgeNotSpecified, otherwise null.
See Also