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

Visual Basic
Dim instance As SmsQueryException

Syntax

Visual Basic
<SerializableAttribute> _
Public MustInherit Class SmsQueryException
		Inherits SmsException
		Implements ISerializable
C#
[SerializableAttribute] 
public abstract class SmsQueryException : SmsException, ISerializable
C++
[SerializableAttribute] 
public ref class SmsQueryException abstract : public SmsException, ISerializable
J#
/** @attribute SerializableAttribute() */ 
public abstract class SmsQueryException extends SmsException implements ISerializable
JScript
SerializableAttribute 
public abstract class SmsQueryException extends SmsException implements ISerializable

Remarks

SmsConnectionException is an example of class that is derived from this class.

Status values for this class are defined by the SmsQueryException.Status enumeration.


Inheritance Hierarchy

System.Object
   System.Exception
     System.SystemException
       Microsoft.ConfigurationManagement.ManagementProvider.SmsException
        Microsoft.ConfigurationManagement.ManagementProvider.SmsQueryException
           Microsoft.ConfigurationManagement.ManagementProvider.SmsConnectionException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also