Click or drag to resize

DocumentCollectedException Constructor (String)

Initializes a new instance of the document collected exception class.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public DocumentCollectedException(
	string message
)

Parameters

message
Type: SystemString
A more specific message.
See Also