ArcFM Responder Mobile Developer Guide
Exception Property






Gets or sets the exception.
Syntax
'Declaration
 
Public Property Exception As System.Nullable(Of FeederInfoException)
'Usage
 
Dim instance As FeederInfoDiff
Dim value As System.Nullable(Of FeederInfoException)
 
instance.Exception = value
 
value = instance.Exception
public System.Nullable<FeederInfoException> Exception {get; set;}
public read-write property Exception: System.Nullable; 
public function get,set Exception : System.Nullable
public: __property System.Nullable<FeederInfoException> get_Exception();
public: __property void set_Exception( 
   System.Nullable<FeederInfoException> value
);
public:
property System.Nullable<FeederInfoException> Exception {
   System.Nullable<FeederInfoException> get();
   void set (    System.Nullable<FeederInfoException> value);
}

Property Value

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

FeederInfoDiff Class
FeederInfoDiff Members

Send Feedback