9 references to PasswordRequired
System.IO.Compression (9)
System\IO\Compression\ZipArchiveEntry.Async.cs (5)
83
throw new ArgumentException(SR.
PasswordRequired
, nameof(password));
110
throw new ArgumentException(SR.
PasswordRequired
, nameof(password));
133
throw new ArgumentException(SR.
PasswordRequired
, nameof(password));
236
throw new InvalidDataException(SR.
PasswordRequired
);
527
throw new ArgumentException(SR.
PasswordRequired
, nameof(password));
System\IO\Compression\ZipArchiveEntry.cs (4)
482
throw new ArgumentException(SR.
PasswordRequired
, nameof(password));
520
throw new ArgumentException(SR.
PasswordRequired
, nameof(password));
1088
throw new InvalidDataException(SR.
PasswordRequired
);
1279
throw new ArgumentException(SR.
PasswordRequired
, nameof(password));