Initializes a new instance of
SmsQueryException for the specified inner exception.
Namespace:
Microsoft.ConfigurationManagement.ManagementProvider
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim innerException As Exception
Dim instance As New SmsQueryException(innerException)
|
Syntax
Visual Basic |
Protected Sub New ( _
innerException As Exception _
)
|
C# |
protected SmsQueryException (
Exception innerException
)
|
C++ |
protected:
SmsQueryException (
Exception^ innerException
)
|
J# |
protected SmsQueryException (
Exception innerException
)
|
JScript |
protected function SmsQueryException (
innerException : Exception
)
|
Parameters
- innerException
-
[in] System.Exception object that represents an inner
exception.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also