Defines an exception in Configuration Manager 2007 that indicates problems with the connection for a ConnectionManagerBase object. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As SmsConnectionException

Syntax

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

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