Click or drag to resize

BinaryArchiveException Constructor

Initializes a new instance of the BinaryArchiveException class.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public BinaryArchiveException(
	string message
)

Parameters

message
Type: SystemString
The inner message to show to users.
See Also