Serves as the base class for Configuration Manager 2007 exceptions. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As SmsException

Syntax

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

Inheritance Hierarchy

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

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