| PhysicsException Constructor (String) |
Initializes a new instance of the
PhysicsException class with a specified
error message.
Namespace: DigitalRune.PhysicsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public PhysicsException(
string message
)
Public Sub New (
message As String
)
public:
PhysicsException(
String^ message
)
new :
message : string -> PhysicsException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also