Class CodeFactoryException
Base exception class all code factory generated exceptions are based on.
Inheritance
CodeFactoryException
Inherited Members
Namespace: CodeFactory
Assembly: CodeFactory.dll
Syntax
public class CodeFactoryException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceCodeFactoryException()
Creates a general code factory exception.
Declaration
public CodeFactoryException()
CodeFactoryException(string, Exception)
Creates a model exception.
Declaration
public CodeFactoryException(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. |
CodeFactoryException(string)
Creates a general code factory exception.
Declaration
public CodeFactoryException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message to be captured by the exception. |