Skip to content

TapeValidationException

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Reports a tape rejected before any execution begins.

csharp
public sealed class TapeValidationException : Exception, ISerializable

Inheritance

ObjectExceptionTapeValidationException

Implements

Properties

Diagnostics

Gets source-aware reasons why the tape cannot execute.

Returns: IReadOnlyList<TapeDiagnostic>

csharp
public IReadOnlyList<TapeDiagnostic> Diagnostics { get; }

Released under the MIT License.