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)

'Usage
Dim instance As SmsQueryException

[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.


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 Vista

Target Platforms

Windows Server 2003,Windows Vista
Show: