Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
---|
Dim instance As SmsQueryException |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public MustInherit Class SmsQueryException Inherits SmsException Implements ISerializable |
C# |
---|
[SerializableAttribute] public abstract class SmsQueryException : SmsException, ISerializable |
C++ |
---|
[SerializableAttribute] public ref class SmsQueryException abstract : public SmsException, ISerializable |
J# |
---|
/** @attribute SerializableAttribute() */ public abstract class SmsQueryException extends SmsException implements ISerializable |
JScript |
---|
SerializableAttribute public abstract class SmsQueryException extends SmsException implements ISerializable |
Remarks
SmsConnectionException is an example of class that is derived from this class.
Status values for this class are defined by the SmsQueryException.Status enumeration.
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.