Initializes a new instance of SmsException for the specified message. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim message As String

Dim instance As New SmsException(message)

Syntax

Visual Basic
Public Sub New ( _
		message As String _
)
C#
public SmsException (
		string message
)
C++
public:
SmsException (
		String^ message
)
J#
public SmsException (
		String message
)
JScript
public function SmsException (
		message : String
)

Parameters

message

[in] Message for which to create an exception.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also