ArcFM Desktop Developer Guide
Exception Property


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Gets or sets the exception.
Syntax
'Declaration
 
Public Property Exception As Nullable(Of FeederInfoException)
'Usage
 
Dim instance As FeederInfoDiff
Dim value As Nullable(Of FeederInfoException)
 
instance.Exception = value
 
value = instance.Exception
public Nullable<FeederInfoException> Exception {get; set;}

Property Value

The exception.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

FeederInfoDiff Class
FeederInfoDiff Members

 

 


Send Comment