Class CvShortCircuitException
- Namespace
- CommandStation
- Assembly
- CommandStation.Abstractions.dll
Thrown when a CV programming operation is aborted because the command station reported a short circuit on the track. The operation is not retried.
public sealed class CvShortCircuitException : Exception, ISerializable
- Inheritance
-
CvShortCircuitException
- Implements
- Inherited Members
Constructors
CvShortCircuitException(ushort)
public CvShortCircuitException(ushort cvAddress)
Parameters
cvAddressushort
Properties
CvAddress
The 0-based CV address the operation targeted (0 = CV1).
public ushort CvAddress { get; }