ArcFM Responder Mobile Developer Guide
ErrorDescription Property (MMFeederSpaceClass)






Syntax
'Declaration
 
Public Overridable ReadOnly Property ErrorDescription( _
   ByVal ErrorCondition As mmFMErrorCondition, _
   ByVal Index As System.Integer _
) As System.String
'Usage
 
Dim instance As MMFeederSpaceClass
Dim ErrorCondition As mmFMErrorCondition
Dim Index As System.Integer
Dim value As System.String
 
value = instance.ErrorDescription(ErrorCondition, Index)
public virtual System.string ErrorDescription( 
   mmFMErrorCondition ErrorCondition,
   System.int Index
) {get;}
public read-only property ErrorDescription( 
    ErrorCondition: mmFMErrorCondition;
    Index: System.Integer
): System.String; virtual; 
public function get ErrorDescription( 
   ErrorCondition : mmFMErrorCondition,
   Index : System.int
) : System.String
public: __property virtual System.string* get_ErrorDescription( 
   mmFMErrorCondition ErrorCondition,
   System.int Index
);
public:
virtual property System.String^ ErrorDescription {
   System.String^ get(mmFMErrorCondition ErrorCondition, System.int Index);
}

Parameters

ErrorCondition
Index
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

MMFeederSpaceClass Class
MMFeederSpaceClass Members

Send Feedback