BinaryArchiveException Constructor |
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public BinaryArchiveException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The inner message to show to users.
See Also