Class VisualStudioException
Base exception class for all visual studio specific exceptions that occur in code factory.
Inheritance
VisualStudioException
Inherited Members
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public class VisualStudioException : CodeFactoryException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceVisualStudioException()
Creates a visual studio code factory exception.
Declaration
public VisualStudioException()
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. |
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 |