Class TimeoutException
This exception is used when the generator is not able to produce an output in a given time.
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class TimeoutException : GeneratorException
Constructors
TimeoutException()
Declaration
public TimeoutException()
Properties
DiagnosticResults
Declaration
public List<IDiagnosticResult> DiagnosticResults { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IDiagnosticResult> |