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