Class ProtoRunGateException
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
failuresIReadOnlyList<ProtoRunGateFailure>
Properties
Failures
public IReadOnlyList<ProtoRunGateFailure> Failures { get; }