Connection |
public struct ConnectionAssertionError
The ConnectionAssertionError type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectionAssertionError | Initializes a ConnectionAssertionError instance. |
| Name | Description | |
|---|---|---|
| CAEType | The type of error. | |
| Elem | Specifies the graph element, where the error was found. | |
| FoundEdges | The number of edges found in the graph, if CAEType != CAEType.EdgeNotSpecified. | |
| ValidateInfo | The corresponding ValidatedInfo object, if CAEType != CAEType.EdgeNotSpecified. Otherwise it is null. |