C# 클래스 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.
상속: System.Exception
파일 보기 프로젝트 열기: ParagonTruss/GeometryClassLibrary

공개 메소드들

메소드 설명
GeometricException ( ) : System
GeometricException ( string message ) : System

메소드 상세

GeometricException() 공개 메소드

public GeometricException ( ) : System
리턴 System

GeometricException() 공개 메소드

public GeometricException ( string message ) : System
message string
리턴 System