Click or drag to resize

GH_ChunkAddMessage Method

Log a new message with the top-level archive. Messages are collected during read/write operations, and can be displayed to the user upon completion using GH_Archive.ShowMessageLog().

Namespace:  GH_IO.Serialization
Assembly:  GH_IO (in GH_IO.dll)
Syntax
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if message text is null or empty.
See Also