Initializes a new instance of SmsConnectionException 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 SmsConnectionException(message)

Syntax

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

Parameters

message

[in] Message for which to create a connection exception.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also