ArcFM Responder Mobile Developer Guide
ExceptionType Property






Gets the type of the exception.
Syntax
'Declaration
 
Public ReadOnly Property ExceptionType As FeatureIdentificationExceptionType
'Usage
 
Dim instance As FeatureIdentificationException
Dim value As FeatureIdentificationExceptionType
 
value = instance.ExceptionType
public FeatureIdentificationExceptionType ExceptionType {get;}
public read-only property ExceptionType: FeatureIdentificationExceptionType; 
public function get ExceptionType : FeatureIdentificationExceptionType
public: __property FeatureIdentificationExceptionType get_ExceptionType();

Property Value

The type of the exception.
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

FeatureIdentificationException Class
FeatureIdentificationException Members

Send Feedback