Class SlopeUndefinedException
Indicates that the X vector in a slope calculation is 0.
Inheritance
System.Object
System.Exception
SlopeUndefinedException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.Data
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.SerializeObjectState
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class SlopeUndefinedException : Exception, ISerializable, _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()
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception