Home
last modified time | relevance | path

Searched refs:InvalidDataException (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Sound.Flac/
H A DBitReader.cs286 throw new InvalidDataException(); in ReadUTF8EncodedInteger()
296 throw new InvalidDataException(); in ReadUTF8EncodedInteger()
301 throw new InvalidDataException(); in ReadUTF8EncodedInteger()
311 throw new InvalidDataException(); in ReadUTF8EncodedInteger()
316 throw new InvalidDataException(); in ReadUTF8EncodedInteger()
321 throw new InvalidDataException(); in ReadUTF8EncodedInteger()
331 throw new InvalidDataException(); in ReadUTF8EncodedInteger()
336 throw new InvalidDataException(); in ReadUTF8EncodedInteger()
341 throw new InvalidDataException(); in ReadUTF8EncodedInteger()
346 throw new InvalidDataException(); in ReadUTF8EncodedInteger()
[all …]
H A DDecoder.cs21 throw new InvalidDataException(); in Decode()
38 throw new InvalidDataException(); in Decode()
41 throw new InvalidDataException(); in Decode()
45 throw new InvalidDataException(); in Decode()
49 throw new InvalidDataException(); in Decode()
54 throw new InvalidDataException(); in Decode()
58 throw new InvalidDataException(); in Decode()
63 throw new InvalidDataException(); in Decode()
81 throw new InvalidDataException(); in Decode()
89 throw new InvalidDataException(); in Decode()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Compression.ZipFile/tests/
H A DZipFileInvalidFileTests.cs40 Assert.Throws<InvalidDataException>(() => ZipFile.OpenRead(bad("EOCDmissing.zip"))); in InvalidFiles()
54 Assert.Throws<InvalidDataException>(() => { var x = archive.Entries; }); in InvalidFiles()
64 Assert.Throws<InvalidDataException>(() => { var x = archive.Entries; }); in InvalidFiles()
74 Assert.Throws<InvalidDataException>(() => new ZipArchive(memoryStream)); in InvalidFiles()
81 Assert.Throws<InvalidDataException>(() => e.Open()); in InvalidFiles()
93 Assert.Throws<InvalidDataException>(() => e.Open()); in InvalidFiles()
105 Assert.Throws<InvalidDataException>(() => e.Open()); in InvalidFiles()
125 Assert.Throws<InvalidDataException>(() => e.Open()); in UnsupportedCompressionRoutine()
131 Assert.Throws<InvalidDataException>(() => s.ReadByte()); in UnsupportedCompressionRoutine()
148 Assert.Throws<InvalidDataException>(() => e.Open()); in UnsupportedCompressionRoutine()
[all …]
/dports/www/baikal/baikal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php9 use Sabre\VObject\InvalidDataException; alias
428 $this->expectException(InvalidDataException::class);
438 $this->expectException(InvalidDataException::class);
448 $this->expectException(InvalidDataException::class);
458 $this->expectException(InvalidDataException::class);
574 $this->expectException(InvalidDataException::class);
585 $this->expectException(InvalidDataException::class);
764 $this->expectException(InvalidDataException::class);
795 $this->expectException(InvalidDataException::class);
806 $this->expectException(InvalidDataException::class);
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/AudioLoaders/
H A DVocLoader.cs121 throw new InvalidDataException("Voc header description not recognized"); in CheckVocHeader()
123 throw new InvalidDataException("Voc header offset is wrong"); in CheckVocHeader()
127 throw new InvalidDataException("Voc header id is bogus - expected: " + in CheckVocHeader()
134 throw new InvalidDataException("Invalid frequency divisor 256 in voc file"); in GetSampleRateFromVocRate()
182 throw new InvalidDataException("Unhandled codec used in voc file"); in Preload()
206 throw new InvalidDataException("Invalid silence block length in voc file"); in Preload()
231 throw new InvalidDataException("Invalid info block length in voc file"); in Preload()
237 throw new InvalidDataException("Unhandled codec used in voc file"); in Preload()
240 throw new InvalidDataException("Unhandled number of channels in voc file"); in Preload()
250 throw new InvalidDataException("Unhandled code in voc file"); in Preload()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO/tests/InvalidDataException/
H A DInvalidDataExceptionTests.cs14 InvalidDataException ide = new InvalidDataException(); in DefaultConstructor()
23 InvalidDataException ide = new InvalidDataException(message); in MessageConstructor()
33 InvalidDataException ide = new InvalidDataException(message, innerException); in MessageInnerExceptionConstructor()
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Formats.Msts/
H A DPlugin.cs162 throw new InvalidDataException("Expected the " + newToken + " token, got " + currentToken); in ReadSubBlock()
347 throw new InvalidDataException("Token " + token + " was not found."); in TextualBlock()
362 throw new InvalidDataException("Invalid token " + s); in TextualBlock()
367 throw new InvalidDataException("Expected the " + Token + " token, got " + currentToken); in TextualBlock()
439 throw new InvalidDataException("Unrecognised token " + s); in ReadSubBlock()
470 throw new InvalidDataException("Unexpected end of block in " + Token); in ReadSubBlock()
501 throw new InvalidDataException("Unrecognised token " + s); in ReadSubBlock()
532 throw new InvalidDataException("Unexpected end of block in " + Token); in ReadSubBlock()
554 throw new InvalidDataException("Empty sub-block"); in ReadSubBlock()
568 throw new InvalidDataException("Unrecognised token " + s); in ReadSubBlock()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/src/System/IO/
H A DInvalidDataException.cs13 public sealed class InvalidDataException : SystemException class
15 public InvalidDataException() in InvalidDataException() method in System.IO.InvalidDataException
20 public InvalidDataException(string message) in InvalidDataException() method in System.IO.InvalidDataException
25 public InvalidDataException(string message, Exception innerException) in InvalidDataException() method in System.IO.InvalidDataException
30 …private InvalidDataException(SerializationInfo info, StreamingContext context) : base(info, contex… in InvalidDataException() method in System.IO.InvalidDataException
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.IO/
H A DInvalidDataException.cs17 public sealed class InvalidDataException : SystemException class
22 public InvalidDataException () in InvalidDataException() method in System.IO.InvalidDataException
28 public InvalidDataException (string message) in InvalidDataException() method in System.IO.InvalidDataException
34 public InvalidDataException (string message, Exception innerException) in InvalidDataException() method in System.IO.InvalidDataException
40 private InvalidDataException (SerializationInfo info, StreamingContext context) in InvalidDataException() method in System.IO.InvalidDataException
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/compression/
H A DInvalidDataException.cs9 public sealed class InvalidDataException : SystemException class
11 public InvalidDataException () in InvalidDataException() method in System.IO.InvalidDataException
15 public InvalidDataException (String message) in InvalidDataException() method in System.IO.InvalidDataException
19 public InvalidDataException (String message, Exception innerException) in InvalidDataException() method in System.IO.InvalidDataException
24 …internal InvalidDataException (SerializationInfo info, StreamingContext context) : base(info, cont… in InvalidDataException() method in System.IO.InvalidDataException
H A DInflater.cs247 throw new InvalidDataException(SR.GetString(SR.UnknownBlockType)); in Decode()
266 throw new InvalidDataException(SR.GetString(SR.UnknownBlockType)); in Decode()
324 throw new InvalidDataException(SR.GetString(SR.InvalidBlockLength)); in DecodeUncompressedBlock()
356 throw new InvalidDataException(SR.GetString(SR.UnknownState)); in DecodeUncompressedBlock()
470 throw new InvalidDataException(SR.GetString(SR.UnknownState)); in DecodeBlock()
586 throw new InvalidDataException(); in DecodeDynamicBlockHeader()
593 throw new InvalidDataException(); in DecodeDynamicBlockHeader()
604 throw new InvalidDataException(); in DecodeDynamicBlockHeader()
615 throw new InvalidDataException(); in DecodeDynamicBlockHeader()
629 throw new InvalidDataException(SR.GetString(SR.UnknownState)); in DecodeDynamicBlockHeader()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/Plugins/Texture.Ace/
H A DPlugin.Parser.cs134 throw new InvalidDataException(); in QueryDimensionsFromFile()
147 throw new InvalidDataException(); in QueryDimensionsFromUncompressedData()
151 throw new InvalidDataException(); in QueryDimensionsFromUncompressedData()
155 throw new InvalidDataException(); in QueryDimensionsFromUncompressedData()
184 throw new InvalidDataException(); in LoadFromFile()
197 throw new InvalidDataException(); in LoadFromUncompressedData()
201 throw new InvalidDataException(); in LoadFromUncompressedData()
205 throw new InvalidDataException(); in LoadFromUncompressedData()
216 throw new InvalidDataException(); in LoadFromUncompressedData()
223 throw new InvalidDataException(); in LoadFromUncompressedData()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Compression/src/System/IO/Compression/DeflateManaged/
H A DInflaterManaged.cs253 throw new InvalidDataException(SR.UnknownBlockType); in Decode()
279 throw new InvalidDataException(SR.UnknownBlockType); in Decode()
341 throw new InvalidDataException(SR.InvalidBlockLength); in DecodeUncompressedBlock()
374 throw new InvalidDataException(SR.UnknownState); in DecodeUncompressedBlock()
515 throw new InvalidDataException(SR.UnknownState); in DecodeBlock()
648 throw new InvalidDataException(); in DecodeDynamicBlockHeader()
656 throw new InvalidDataException(); in DecodeDynamicBlockHeader()
676 throw new InvalidDataException(); in DecodeDynamicBlockHeader()
697 throw new InvalidDataException(); in DecodeDynamicBlockHeader()
712 throw new InvalidDataException(SR.UnknownState); in DecodeDynamicBlockHeader()
[all …]
/dports/mail/roundcube-carddav/carddav-4.0.4-vendor/vendor/sabre/vobject/lib/
H A DDateTimeParser.php40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
70 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
80 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
101 … throw new InvalidDataException('The supplied iCalendar duration value is incorrect: '.$duration);
315 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
415 throw new InvalidDataException('Invalid vCard time string: '.$date);
524 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
/dports/www/owncloud/owncloud/lib/composer/sabre/vobject/lib/
H A DDateTimeParser.php40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
70 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
80 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
101 … throw new InvalidDataException('The supplied iCalendar duration value is incorrect: '.$duration);
315 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
415 throw new InvalidDataException('Invalid vCard time string: '.$date);
524 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
/dports/www/baikal/baikal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
70 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
80 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
101 … throw new InvalidDataException('The supplied iCalendar duration value is incorrect: '.$duration);
315 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
415 throw new InvalidDataException('Invalid vCard time string: '.$date);
524 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/vobject/lib/
H A DDateTimeParser.php40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
70 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
80 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
101 … throw new InvalidDataException('The supplied iCalendar duration value is incorrect: '.$duration);
315 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
415 throw new InvalidDataException('Invalid vCard time string: '.$date);
524 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/vobject/lib/
H A DDateTimeParser.php40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: ' . $dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: ' . $dt);
71 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: ' . $date);
81 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: ' . $date);
103 …throw new InvalidDataException('The supplied iCalendar duration value is incorrect: ' . $duration);
324 throw new InvalidDataException('Invalid vCard date-time string: ' . $date);
430 throw new InvalidDataException('Invalid vCard time string: ' . $date);
543 throw new InvalidDataException('Invalid vCard date-time string: ' . $date);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/sabre/vobject/lib/
H A DDateTimeParser.php40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
70 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
80 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
101 … throw new InvalidDataException('The supplied iCalendar duration value is incorrect: '.$duration);
315 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
415 throw new InvalidDataException('Invalid vCard time string: '.$date);
524 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/vobject/lib/
H A DDateTimeParser.php40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: ' . $dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: ' . $dt);
71 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: ' . $date);
81 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: ' . $date);
103 …throw new InvalidDataException('The supplied iCalendar duration value is incorrect: ' . $duration);
324 throw new InvalidDataException('Invalid vCard date-time string: ' . $date);
430 throw new InvalidDataException('Invalid vCard time string: ' . $date);
543 throw new InvalidDataException('Invalid vCard date-time string: ' . $date);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/vobject/lib/
H A DDateTimeParser.php40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: ' . $dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: ' . $dt);
71 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: ' . $date);
81 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: ' . $date);
103 …throw new InvalidDataException('The supplied iCalendar duration value is incorrect: ' . $duration);
324 throw new InvalidDataException('Invalid vCard date-time string: ' . $date);
430 throw new InvalidDataException('Invalid vCard time string: ' . $date);
543 throw new InvalidDataException('Invalid vCard date-time string: ' . $date);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/vobject/lib/
H A DDateTimeParser.php40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
70 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
80 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
101 … throw new InvalidDataException('The supplied iCalendar duration value is incorrect: '.$duration);
315 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
415 throw new InvalidDataException('Invalid vCard time string: '.$date);
524 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/vobject/lib/
H A DDateTimeParser.php40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
70 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
80 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
101 … throw new InvalidDataException('The supplied iCalendar duration value is incorrect: '.$duration);
315 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
415 throw new InvalidDataException('Invalid vCard time string: '.$date);
524 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
/dports/www/nextcloud/nextcloud/3rdparty/sabre/vobject/lib/
H A DDateTimeParser.php40 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
70 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
80 … throw new InvalidDataException('The supplied iCalendar date value is incorrect: '.$date);
101 … throw new InvalidDataException('The supplied iCalendar duration value is incorrect: '.$duration);
315 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
415 throw new InvalidDataException('Invalid vCard time string: '.$date);
524 throw new InvalidDataException('Invalid vCard date-time string: '.$date);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Compression/src/System/IO/Compression/
H A DZipArchive.cs517 throw new InvalidDataException(SR.NumEntriesWrong); in ReadCentralDirectory()
536 throw new InvalidDataException(SR.EOCDNotFound); in ReadEndOfCentralDirectory()
546 throw new InvalidDataException(SR.SplitSpanned); in ReadEndOfCentralDirectory()
551 throw new InvalidDataException(SR.SplitSpanned); in ReadEndOfCentralDirectory()
585 throw new InvalidDataException(SR.Zip64EOCDNotWhereExpected); in ReadEndOfCentralDirectory()
590 throw new InvalidDataException(SR.FieldTooBigNumEntries); in ReadEndOfCentralDirectory()
592 throw new InvalidDataException(SR.FieldTooBigOffsetToCD); in ReadEndOfCentralDirectory()
594 throw new InvalidDataException(SR.SplitSpanned); in ReadEndOfCentralDirectory()
603 throw new InvalidDataException(SR.FieldTooBigOffsetToCD); in ReadEndOfCentralDirectory()
608 throw new InvalidDataException(SR.CDCorrupt, ex); in ReadEndOfCentralDirectory()
[all …]

12345678910>>...17