ArcFM Responder Mobile Developer Guide
FeatureIdentificationException Constructor(Object,FeatureIdentificationExceptionType)






The identifier.
Type of the exception.
Initializes a new instance of the FeatureIdentificationException class.
Syntax
'Declaration
 
Public Function New( _
   ByVal identifier As System.Object, _
   ByVal exceptionType As FeatureIdentificationExceptionType _
)
'Usage
 
Dim identifier As System.Object
Dim exceptionType As FeatureIdentificationExceptionType
 
Dim instance As New FeatureIdentificationException(identifier, exceptionType)
public FeatureIdentificationException( 
   System.object identifier,
   FeatureIdentificationExceptionType exceptionType
)
public FeatureIdentificationException( 
    identifier: System.TObject;
    exceptionType: FeatureIdentificationExceptionType
); 
public function FeatureIdentificationException( 
   identifier : System.Object,
   exceptionType : FeatureIdentificationExceptionType
);
public: FeatureIdentificationException( 
   System.Object* identifier,
   FeatureIdentificationExceptionType exceptionType
)
public:
FeatureIdentificationException( 
   System.Object^ identifier,
   FeatureIdentificationExceptionType exceptionType
)

Parameters

identifier
The identifier.
exceptionType
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
Overload List

Send Feedback