Stream.ValidateCopyToArguments(Stream, Int32) Metoda

Definice

Ověří argumenty poskytnuté metodám CopyTo(Stream, Int32) nebo CopyToAsync(Stream, Int32, CancellationToken) .

protected:
 static void ValidateCopyToArguments(System::IO::Stream ^ destination, int bufferSize);
protected static void ValidateCopyToArguments (System.IO.Stream destination, int bufferSize);
static member ValidateCopyToArguments : System.IO.Stream * int -> unit
Protected Shared Sub ValidateCopyToArguments (destination As Stream, bufferSize As Integer)

Parametry

destination
Stream

Argument Stream "destination" předaný metodě copy.

bufferSize
Int32

Celé číslo "bufferSize" argument předaný metodě copy.

Výjimky

destination byla null.

bufferSize nebyla kladná hodnota.

destination nepodporuje psaní.

destination nepodporuje psaní nebo čtení.

Platí pro