ArcObjects Library Reference (GeoDatabase)  

ITopologyErrorFeature.IsException Property

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(
  VARIANT_BOOL* exception
);
[C++]

Parameters

exception [out, retval]   exception is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

ITopologyErrorFeature Interface