SmsConnectionException Class
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
'Usage
Dim instance As SmsConnectionException
Syntax
'Declaration
<SerializableAttribute> _
Public Class SmsConnectionException
Inherits SmsQueryException
Implements ISerializable
[SerializableAttribute]
public class SmsConnectionException : SmsQueryException, ISerializable
[SerializableAttribute]
public ref class SmsConnectionException : public SmsQueryException, ISerializable
/** @attribute SerializableAttribute() */
public class SmsConnectionException extends SmsQueryException implements ISerializable
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
Reference
SmsConnectionException Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ConnectionManagerBase Class
SmsQueryException
Other Resources
About Configuration Manager Errors
How to Connect to an SMS Provider in Configuration Manager by Using Managed Code