ConfigurationNotLoadedException Constructor (String, Exception)

 

Initializes a new instance of the ConfigurationNotLoadedException class.

Namespace:   Microsoft.Maps.MapControl.WPF.Core
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public ConfigurationNotLoadedException(
    string message,
    Exception innerException
)
public:
ConfigurationNotLoadedException(
    String^ message,
    Exception^ innerException
)
new : 
        message:string *
        innerException:Exception -> ConfigurationNotLoadedException
Public Sub New (
    message As String,
    innerException As Exception
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

  • innerException
    Type: System.Exception

    The error type that is the cause of the current exception or null.

See Also

ConfigurationNotLoadedException Overload
ConfigurationNotLoadedException Class
Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top