See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The exception that's thrown when an error occurs in an IProjectWriter operation.

Namespace: NTier.AppWizard.Generator
Assembly: NTier.AppWizard.Generator (in NTier.AppWizard.Generator.dll) Version: 1.0.0.0

Syntax

C#
[SerializableAttribute]
public class ProjectWriterException : Exception
Visual Basic
<SerializableAttribute>
Public Class ProjectWriterException
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class ProjectWriterException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    NTier.AppWizard.Generator..::..ProjectWriterException

See Also