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

Visual Basic
Dim message As String
Dim innerException As Exception
Dim query As String

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

Syntax

Visual Basic
Protected Sub New ( _
		message As String, _
		innerException As Exception, _
		query As String _
)
C#
protected SmsQueryException (
		string message,
		Exception innerException,
		string query
)
C++
protected:
SmsQueryException (
		String^ message, 
		Exception^ innerException, 
		String^ query
)
J#
protected SmsQueryException (
		String message, 
		Exception innerException, 
		String query
)
JScript
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