PersonalStorage.PersonalStorage

PersonalStorage constructor

Initializes a new instance of the PersonalStorage class. Allows setting a callback method for handling exceptions that occur during PST traversal.

public PersonalStorage(TraversalExceptionsCallback callback)
ParameterTypeDescription
callbackTraversalExceptionsCallbackThe exception callback.

See Also