Freigeben über


SmsQueryException Constructor (String, Exception, String)

Initializes a new instance of SmsQueryException for the specified message, inner exception, and query.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim message As String
Dim innerException As Exception
Dim query As String

Dim instance As New SmsQueryException(message, innerException, query)

Syntax

'Declaration
Protected Sub New ( _
    message As String, _
    innerException As Exception, _
    query As String _
)
protected SmsQueryException (
    string message,
    Exception innerException,
    string query
)
protected:
SmsQueryException (
    String^ message, 
    Exception^ innerException, 
    String^ query
)
protected SmsQueryException (
    String message, 
    Exception innerException, 
    String query
)
protected function SmsQueryException (
    message : String, 
    innerException : Exception, 
    query : String
)

Parameters

  • message
    [in] Message for which to create a query exception.
  • innerException
    [in] System.Exception object that represents an inner exception.
  • query
    [in] Query for which to create a query 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