Home
last modified time | relevance | path

Searched refs:InvalidParamException (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CS/7zip/
DICoder.cs18 class InvalidParamException : ApplicationException class
20 public InvalidParamException(): base("Invalid Parameter") { } in InvalidParamException() method in SevenZip.InvalidParamException
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs181 throw new InvalidParamException(); in SetLiteralProperties()
183 throw new InvalidParamException(); in SetLiteralProperties()
190 throw new InvalidParamException(); in SetPosBitsProperties()
352 throw new InvalidParamException(); in SetDecoderProperties()
358 throw new InvalidParamException(); in SetDecoderProperties()
DLzmaEncoder.cs1378 throw new InvalidParamException(); in SetCoderProperties()
1381 throw new InvalidParamException(); in SetCoderProperties()
1399 throw new InvalidParamException(); in SetCoderProperties()
1403 throw new InvalidParamException(); in SetCoderProperties()
1416 throw new InvalidParamException(); ; in SetCoderProperties()
1420 throw new InvalidParamException(); in SetCoderProperties()
1432 throw new InvalidParamException(); in SetCoderProperties()
1435 throw new InvalidParamException(); in SetCoderProperties()
1443 throw new InvalidParamException(); in SetCoderProperties()
1446 throw new InvalidParamException(); in SetCoderProperties()
[all …]