Partager via


ExplorationResultLoadingException Constructor (String, Exception)

Initializes a new instance of the ExplorationResultLoadingException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Namespace: Microsoft.SpecExplorer.ObjectModel
Assembly: Microsoft.SpecExplorer.ObjectModel (in Microsoft.SpecExplorer.ObjectModel.dll)

Usage

'Usage

Syntax

'Declaration
public ExplorationResultLoadingException (
    string message,
    Exception innerException
)

Parameters

  • message
    The error message that explains the reason for the exception.
  • innerException
    The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

Platforms

Development Platforms

Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP SP2 or later, Microsoft Windows Server 2008, Microsoft Windows Server 2003

See Also

Reference

ExplorationResultLoadingException Class
ExplorationResultLoadingException Members
Microsoft.SpecExplorer.ObjectModel Namespace