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