Class ProtoRunGateException

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

Thrown when one or more Run gates failed, failing the run.

public sealed class ProtoRunGateException : Exception, ISerializable
Inheritance
ProtoRunGateException
Implements
Inherited Members
Extension Methods

Constructors

ProtoRunGateException(IReadOnlyList<ProtoRunGateFailure>)

public ProtoRunGateException(IReadOnlyList<ProtoRunGateFailure> failures)

Parameters

failures IReadOnlyList<ProtoRunGateFailure>

Properties

Failures

public IReadOnlyList<ProtoRunGateFailure> Failures { get; }

Property Value

IReadOnlyList<ProtoRunGateFailure>