Freigeben über


SmsQueryException Constructor (Exception)

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

'Usage
Dim innerException As Exception

Dim instance As New SmsQueryException(innerException)

Syntax

'Declaration
Protected Sub New ( _
    innerException As Exception _
)
protected SmsQueryException (
    Exception innerException
)
protected:
SmsQueryException (
    Exception^ innerException
)
protected SmsQueryException (
    Exception innerException
)
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

Reference

SmsQueryException Class
SmsQueryException Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace