Click or drag to resize

TrackingTypeArchiverCollectionGetArchiverForType Method

Gets the archiver for the specified type.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TrackingTypeArchiver GetArchiverForType(
	Type type
)

Parameters

type
Type: SystemType
The type for which to obtain an archiver.

Return Value

Type: TrackingTypeArchiver
The archiver.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when no archiver is registered for the specified type.
ArgumentNullException Thrown when type is .
See Also