Class ProjectSystemException
Code factory exception that occurs when accessing visual studios project system.
Inherited Members
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public class ProjectSystemException : VisualStudioException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceProjectSystemException()
Creates a visual studio project system code factory exception.
Declaration
public ProjectSystemException()
ProjectSystemException(string, Exception)
Creates a visual studio project system code factory exception.
Declaration
public ProjectSystemException(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. |
ProjectSystemException(string)
Creates a visual studio project system code factory exception.
Declaration
public ProjectSystemException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message to be captured by the exception |