Temporary |
public override void Import( Stream stream, string password, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | stream is null. -or- password is null. |
OperationCanceledException | The operation was cancelled via the cancellation token. |