SmsQueryException Class
System Center
Serves as the base class for Configuration Manager 2007 query exceptions.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
[SerializableAttribute] public ref class SmsQueryException abstract : public SmsException, ISerializable
/** @attribute SerializableAttribute() */ public abstract class SmsQueryException extends SmsException implements ISerializable
SerializableAttribute public abstract class SmsQueryException extends SmsException implements ISerializable
SmsConnectionException is an example of class that is derived from this class.
Status values for this class are defined by the SmsQueryException.Status enumeration.
System.Object
System.Exception
System.SystemException
Microsoft.ConfigurationManagement.ManagementProvider.SmsException
Microsoft.ConfigurationManagement.ManagementProvider.SmsQueryException
Microsoft.ConfigurationManagement.ManagementProvider.SmsConnectionException
System.Exception
System.SystemException
Microsoft.ConfigurationManagement.ManagementProvider.SmsException
Microsoft.ConfigurationManagement.ManagementProvider.SmsQueryException
Microsoft.ConfigurationManagement.ManagementProvider.SmsConnectionException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Server 2003, Windows VistaTarget Platforms
Windows Server 2003,Windows Vista
Show: