Class InvalidCurveException
Exception for invalid curve.
Inheritance
System.Object
InvalidCurveException
Namespace: Paramdigma.Core.Geometry
Assembly: Paramdigma.Core.dll
Syntax
public class InvalidCurveException : Exception
Constructors
| Improve this Doc View SourceInvalidCurveException()
Declaration
public InvalidCurveException()
InvalidCurveException(String)
Declaration
public InvalidCurveException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
InvalidCurveException(String, Exception)
Declaration
public InvalidCurveException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | innerException |