C# Class Spatial4n.Core.Exceptions.InvalidShapeException

Inheritance: System.Exception
Afficher le fichier Open project: synhershko/Spatial4n Class Usage Examples

Méthodes publiques

Méthode Description
InvalidShapeException ( string reason ) : System
InvalidShapeException ( string reason, Exception exception ) : System

Method Details

InvalidShapeException() public méthode

public InvalidShapeException ( string reason ) : System
reason string
Résultat System

InvalidShapeException() public méthode

public InvalidShapeException ( string reason, Exception exception ) : System
reason string
exception System.Exception
Résultat System