Table of Contents

Class DesynchronizedAnchorException

Namespace
ChartTools
Assembly
ChartTools.dll

Exception thrown when an invalid operation is performed on a desynchronized anchored Tempo.

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

Constructors

DesynchronizedAnchorException(TimeSpan)

public DesynchronizedAnchorException(TimeSpan anchor)

Parameters

anchor TimeSpan

DesynchronizedAnchorException(TimeSpan, string)

Exception thrown when an invalid operation is performed on a desynchronized anchored Tempo.

public DesynchronizedAnchorException(TimeSpan anchor, string message)

Parameters

anchor TimeSpan
message string

Properties

Anchor

public TimeSpan Anchor { get; }

Property Value

TimeSpan