Home
last modified time | relevance | path

Searched refs:DataErrorException (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CS/7zip/
DICoder.cs10 class DataErrorException : ApplicationException class
12 public DataErrorException(): base("Data Error") { } in DataErrorException() method in SevenZip.DataErrorException
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs244 throw new DataErrorException(); in Code()
337 throw new DataErrorException(); in Code()