| GeometryExceptionContext Property |
Gets an object that provides additional information.
Namespace: DigitalRune.GeometryAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public Object Context { get; }
Public ReadOnly Property Context As Object
Get
public:
property Object^ Context {
Object^ get ();
}
member Context : Object with get
Property Value
Type:
ObjectAn object that provides additional information.
See Also