This document is archived and information here might be outdated. Recommended version. |
Indicates if topology error is an exception.
[Visual Basic .NET]
Public ReadOnly Property IsException As Boolean
[C#]
public bool IsException {get;}
[C++]
HRESULT get_IsException(
Boolean* exception
);
[C++] Parameters exception [out, retval]
exception is a parameter of type bool*
Denotes if the topology error has been marked as an exception. Exceptions arise when a topology rule is purposefully violated. The topology error can be marked as an exception with the ITopologyRuleContainer::PromotetoRuleException method. Marking purposeful topology errors as exceptions allows other clients of the topology to handle them in an appropriate or specific manner, e.g., in reporting or symbolization.
Note that it is also possible to demote an exception or mark the exception as an error with the ITopologyRuleContainer::DemoteFromRuleException method.