ESRI.ArcGIS.ADF.Web
SupportingServiceRequiredException Class
Members  See Also 
ESRI.ArcGIS.ADF.Web Namespace : SupportingServiceRequiredException Class




This exception is used by ArcGIS ServerManager to indicate that the task needs a supporting service (Geocoding/Geoprocessing) to be added before it can be configured. The UI should reflect this requirement.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class SupportingServiceRequiredException 
   Inherits Exception
Visual Basic (Usage)Copy Code
Dim instance As SupportingServiceRequiredException
C# 
[SerializableAttribute()]
public class SupportingServiceRequiredException : Exception 

Inheritance Hierarchy

System.Object
   System.Exception
      ESRI.ArcGIS.ADF.Web.SupportingServiceRequiredException

See Also

© 2010 All Rights Reserved.