ConfigurationReaderException Constructor (String)
Initializes a new ConfigurationReaderException object.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim message As String
Dim instance As New ConfigurationReaderException(message)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public ConfigurationReaderException (
string message
)
public:
ConfigurationReaderException (
String^ message
)
public ConfigurationReaderException (
String message
)
public function ConfigurationReaderException (
message : String
)
Parameters
- message
The message.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ConfigurationReaderException Class
ConfigurationReaderException Members
Microsoft.EnterpriseManagement Namespace