Class SolutionExplorerException
Exception that is raised when there are problem accessing needed resources from visual studio's solution explorer.
Implements
Inherited Members
Namespace: CodeFactory.WinVs.Models.ProjectSystem
Assembly: CodeFactory.WinVs.dll
Syntax
public class SolutionExplorerException : VisualStudioException, ISerializable
Constructors
SolutionExplorerException()
Creates a solution explorer code factory exception.
Declaration
public SolutionExplorerException()
SolutionExplorerException(string)
Creates a solution explorer code factory exception.
Declaration
public SolutionExplorerException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message to be captured by the exception |
SolutionExplorerException(string, Exception)
Creates a solution explorer code factory exception.
Declaration
public SolutionExplorerException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message to be captured by the exception |
Exception | innerException | The inner exception that occurred and to be added to this exception. |