Class VisualStudioException
Base exception class for all visual studio specific exceptions that occur in code factory.
Inheritance
VisualStudioException
Implements
Inherited Members
Namespace: CodeFactory.WinVs
Assembly: CodeFactory.WinVs.dll
Syntax
public class VisualStudioException : CodeFactoryException, ISerializable
Constructors
VisualStudioException()
Creates a visual studio code factory exception.
Declaration
public VisualStudioException()
VisualStudioException(string)
Creates a visual studio code factory exception.
Declaration
public VisualStudioException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message to be captured by the exception |
VisualStudioException(string, Exception)
Creates a visual studio code factory exception.
Declaration
public VisualStudioException(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. |