This exception type is used to signal an error while using a data generator. The exception message, if present, should explain the reason that the test was generator has failed.

Namespace:  Gallio.Framework.Data.Generation
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public class GenerationException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class GenerationException _
	Inherits Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Gallio.Framework.Data.Generation..::.GenerationException

See Also