Click or drag to resize
DigitalRuneGeometryException Constructor
Overload List
  NameDescription
Public methodGeometryException
Initializes a new instance of the GeometryException class.
Public methodGeometryException(Object)
Initializes a new instance of the GeometryException class.
Public methodGeometryException(String)
Initializes a new instance of the GeometryException class with a specified error message.
Protected methodGeometryException(SerializationInfo, StreamingContext)
Initializes a new instance of the GeometryException class with serialized data.
Public methodGeometryException(String, Exception)
Initializes a new instance of the GeometryException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodGeometryException(String, Object)
Initializes a new instance of the GeometryException class with a specified error message.
Public methodGeometryException(String, Exception, Object)
Initializes a new instance of the GeometryException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also