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