Searched refs:RESDException (Results 1 – 8 of 8) sorted by relevance
11 public class RESDException : Exception class13 public RESDException(string message) : base(message) in RESDException() method in Antmicro.Renode.Utilities.RESD.RESDException
61 …throw new RESDException($"Invalid magic number for RESD file, excepted: {Misc.PrettyPrintCollectio… in ReadHeader()67 throw new RESDException($"Version {version} is not supported"); in ReadHeader()73 …throw new RESDException($"Invalid padding in RESD header (expected {HeaderPaddingLength} zeros, go… in ReadHeader()109 …throw new RESDException($"RESD file ended while reading data: {message} ({reader.BaseStream.Positi… in DataBlockEnumerator()
71 …throw new RESDException($"Invalid metadata type ({valueType}), offset: {reader.BaseStream.Position… in ReadFromStream()79 …throw new RESDException($"Invalid amount of data read, expected: {metadataLength}, actual: {(ulong… in ReadFromStream()
105 throw new RESDException("trying to call TryGetSample when using Samples iterator"); in TryGetSample()151 throw new RESDException("Trying to use Samples iterator during TryGetSample");
25 …throw new RESDException($"This sample type ({this.GetType().Name}) doesn't allow for skipping data… in Skip()
192 throw new RESDException($"Unsupported RESD sample type: {typeof(T).Name}"); in RESDStream()334 throw new RESDException($"Provided RESD file doesn't contain data for {typeof(T)}"); in PrereadFirstBlock()
46 catch (RESDException) in FeedSamplesFromRESD()
47 catch(RESDException) in FeedSamplesFromRESD()