Lines Matching refs:Exception
82 #region Exception classes
84 /// The exception that is thrown when an error occurs on the zlib dll
92 /// <param name="errorCode">The zlib error code that caused the exception</param>
102 /// <param name="errorCode">The zlib error code that caused the exception</param>
138 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception>
139 /// <exception cref="ArgumentNullException"><c>data</c> is a null reference</exception>
140 /// <exception cref="ArgumentOutOfRangeException">Offset or count is negative.</exception>