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

Usage

Visual Basic
Dim innerException As Exception

Dim instance As New SmsConnectionException(innerException)

Syntax

Visual Basic
Public Sub New ( _
		innerException As Exception _
)
C#
public SmsConnectionException (
		Exception innerException
)
C++
public:
SmsConnectionException (
		Exception^ innerException
)
J#
public SmsConnectionException (
		Exception innerException
)
JScript
public function SmsConnectionException (
		innerException : Exception
)

Parameters

innerException

[in] System.Exception object that represents an inner exception for which to create a connection exception.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also