ConfigurationNotLoadedException Constructor (String)
This documentation is no longer available on MSDN, however it is available as a CHM download.
Initializes a new instance of the ConfigurationNotLoadedException class.
Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)
Usage
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public ConfigurationNotLoadedException (
string message
)
public:
ConfigurationNotLoadedException (
String^ message
)
public ConfigurationNotLoadedException (
String message
)
public function ConfigurationNotLoadedException (
message : String
)
Parameters
- message
The error message that explains the reason for the exception.
Platforms
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Target Platforms
See Also
Reference
ConfigurationNotLoadedException Class
ConfigurationNotLoadedException Members
Microsoft.Maps.MapControl.Core Namespace