Class SlopeUndefinedException
Indicates that the X vector in a slope calculation is 0.
Inheritance
System.Object
SlopeUndefinedException
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class SlopeUndefinedException : Exception
Remarks
Slope is undefined for vertical lines. This exception is thrown when attempting to calculate the slope of a vertical line.
Constructors
SlopeUndefinedException()
Initializes a new instance of the SlopeUndefinedException class.
Declaration
public SlopeUndefinedException()