ArcFM Responder Mobile Developer Guide
ValidateDataTypeAndThrowOnFailure Method (AbstractDomain)






Syntax
'Declaration
 
Protected Sub ValidateDataTypeAndThrowOnFailure( _
   ByVal inValue As System.Object _
) 
'Usage
 
Dim instance As AbstractDomain
Dim inValue As System.Object
 
instance.ValidateDataTypeAndThrowOnFailure(inValue)
protected void ValidateDataTypeAndThrowOnFailure( 
   System.object inValue
)
protected procedure ValidateDataTypeAndThrowOnFailure( 
    inValue: System.TObject
); 
protected function ValidateDataTypeAndThrowOnFailure( 
   inValue : System.Object
);
protected: void ValidateDataTypeAndThrowOnFailure( 
   System.Object* inValue
) 
protected:
void ValidateDataTypeAndThrowOnFailure( 
   System.Object^ inValue
) 

Parameters

inValue
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

AbstractDomain Class
AbstractDomain Members

Send Feedback