ESRI.ArcGIS.Mobile
TokenCredentialException Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Exceptions Namespace : TokenCredentialException Class

TokenCredential Exception class for Webrequests This exception is raised when a webrequest fails with status code 498 or 499

Syntax

Visual Basic (Declaration) 
Public Class TokenCredentialException 
   Inherits Exception
C# 
public class TokenCredentialException : Exception 

Inheritance Hierarchy

System.Object
   System.Exception
      ESRI.ArcGIS.Mobile.Exceptions.TokenCredentialException

Requirements

Namespace: ESRI.ArcGIS.Mobile.Exceptions

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also