TapeValidationException
Namespace: Hex1b.Automation
Assembly: Hex1b.dll
Reports a tape rejected before any execution begins.
csharp
public sealed class TapeValidationException : Exception, ISerializableInheritance
Object → Exception → TapeValidationException
Implements
Properties
Diagnostics
Gets source-aware reasons why the tape cannot execute.
Returns: IReadOnlyList<TapeDiagnostic>
csharp
public IReadOnlyList<TapeDiagnostic> Diagnostics { get; }