Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of SmsQueryException for the specified message and inner exception.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New SmsQueryException(message, innerException)
Syntax
'Declaration
Protected Sub New ( _
message As String, _
innerException As Exception _
)
protected SmsQueryException (
string message,
Exception innerException
)
protected:
SmsQueryException (
String^ message,
Exception^ innerException
)
protected SmsQueryException (
String message,
Exception innerException
)
protected function SmsQueryException (
message : String,
innerException : Exception
)
Parameters
- message
[in] Message for which to create a query exception.
- 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