SmsException Constructor (String)
Initializes a new instance of SmsException 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 SmsException(message)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public SmsException (
string message
)
public:
SmsException (
String^ message
)
public SmsException (
String message
)
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
Reference
SmsException Class
SmsException Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace