ConnectionValidationWarning
Constructor
Description:
Constructor.
Constructor.
Syntax
public ConnectionValidationWarning(
ConnectionResolution resolution,
ConnectionWarning reason,
ElementId part1,
ElementId part2
)
Parameters
Parameter | Type | Description |
---|---|---|
resolution | ConnectionResolution | Resolution type. |
reason | ConnectionWarning | Warning reason. |
part1 | ElementId | First element Id. |
part2 | ElementId | Second element Id. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |