|  | Pass | 
 Syntax
Syntaxpublic int Flush( byte[] input, int startIndex, int length, byte[] output )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | input is . -or- output is . | 
| ArgumentOutOfRangeException | startIndex and length do not specify a valid range in the input byte array. | 
| ArgumentException | output is not large enough to contain the encoded content. Use the EstimateOutputLength(Int32) method to properly determine the necessary length of the output byte array. | 
 Remarks
Remarks See Also
See Also