ESRI.ArcGIS.Mobile.Client
JsonException Class Members
See Also  Fields  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client.ArcGisOnlineServices Namespace : JsonException Class


The following tables list the members exposed by JsonException.

Public Constructors

 NameDescription
Public ConstructorJsonException ConstructorOverloaded.  Initializes a new instance of the JsonException class.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)InvalidTokenCode Invalid token error code.  
Public Fieldstatic (Shared in Visual Basic)NoPrivellegesCode Credentials doesn not have privilleges to acces this resource  
Public Fieldstatic (Shared in Visual Basic)TokenRequiredCode Token reeuired  
Public Fieldstatic (Shared in Visual Basic)UnauthorisedAccessCode Invalid Credentials  
Top

Public Properties

 NameDescription
Public PropertyCode Gets or sets the JSON exception code.  
Public PropertyData (Inherited from System.Exception)
Public PropertyHelpLink (Inherited from System.Exception)
Public PropertyInnerException (Inherited from System.Exception)
Public PropertyMessage Gets or sets the JSON exception message.  
Public PropertySource (Inherited from System.Exception)
Public PropertyStackTrace (Inherited from System.Exception)
Public PropertyTargetSite (Inherited from System.Exception)
Top

Protected Properties

 NameDescription
Protected PropertyHResult (Inherited from System.Exception)
Top

Public Methods

 NameDescription
Public MethodGetBaseException (Inherited from System.Exception)
Public MethodGetObjectData (Inherited from System.Exception)
Public MethodGetType (Inherited from System.Exception)
Public MethodToString (Inherited from System.Exception)
Top

See Also