ArcFM Responder Mobile Developer Guide
FeatureIdentificationExceptionType Enumeration






Provides additional information on a feature identification exception.
Syntax
'Declaration
 
<System.SerializableAttribute()>
Public Enum FeatureIdentificationExceptionType 
   Inherits System.Enum
'Usage
 
Dim instance As FeatureIdentificationExceptionType
[System.Serializable()]
public enum FeatureIdentificationExceptionType : System.Enum 
public enum FeatureIdentificationExceptionType = class(System.Enum)
System.SerializableAttribute()
public enum FeatureIdentificationExceptionType extends System.Enum
[System.Serializable()]
__value public enum FeatureIdentificationExceptionType : public System.Enum 
[System.Serializable()]
public enum class FeatureIdentificationExceptionType : public System.Enum 
Members
MemberDescription
FeatureClassDoesNotHaveGlobalIdentifierFeature class does not have a global identifier.
FeatureClassNotFoundFeature class not found.
FeatureNotFoundFeature not found.
InvalidFeatureClassIdentifierInvalid feature class identifier.
InvalidFeatureClassNameInvalid feature class name.
InvalidObjectIdentifierInvalid object identifier.
UnknownUnknown identification exception.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Responder.Shared.Replication.FeatureIdentificationExceptionType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Miner.Responder.Shared.Replication Namespace

Send Feedback