Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of SmsConnectionException for the specified message.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim message As String
Dim instance As New SmsConnectionException(message)
Syntax
'Declaration
Public Sub New ( _
    message As String _
)
public SmsConnectionException (
    string message
)
public:
SmsConnectionException (
    String^ message
)
public SmsConnectionException (
    String message
)
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
Reference
SmsConnectionException Class
SmsConnectionException Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace