C# Class GeometryClassLibrary.GeometricException

Throw this when a geometric object should be created but the object would have an invalid state. Note: Some places should return null instead. e.g. if you intersect two lines which don't intersect. Return null. Don't throw this.
Inheritance: System.Exception
ファイルを表示 Open project: ParagonTruss/GeometryClassLibrary

Public Methods

Method Description
GeometricException ( ) : System
GeometricException ( string message ) : System

Method Details

GeometricException() public method

public GeometricException ( ) : System
return System

GeometricException() public method

public GeometricException ( string message ) : System
message string
return System