User Agent Parser
AutoUpdateException Property (Configuration)



KellermanSoftware.UserAgentParser Namespace > Configuration Class : AutoUpdateException Property
Gets the automatic update exception.
Syntax
'Declaration
 
Public ReadOnly Property AutoUpdateException As String
'Usage
 
Dim instance As Configuration
Dim value As String
 
value = instance.AutoUpdateException
public string AutoUpdateException {get;}
public:
property String^ AutoUpdateException {
   String^ get();
}

Property Value

The automatic update 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

Configuration Class
Configuration Members