Click or drag to resize
DigitalRunePhysicsException Constructor (String)
Initializes a new instance of the PhysicsException class with a specified error message.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public PhysicsException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also