Show / Hide Table of Contents

Class TimeoutException

This exception is used when the generator is not able to produce an output in a given time.

Inheritance
System.Object
GeneratorException
TimeoutException
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>
In This Article
Back to top Generated by DocFX