Stream.ValidateCopyToArguments(Stream, Int32) Méthode

Définition

Valide les arguments fournis aux CopyTo(Stream, Int32) méthodes ou 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)

Paramètres

destination
Stream

Argument Stream « destination » passé à la méthode copy.

bufferSize
Int32

Argument entier « bufferSize » passé à la méthode copy.

Exceptions

destination était null.

bufferSize n’était pas une valeur positive.

destination ne prend pas en charge l’écriture.

destination ne prend pas en charge l’écriture ou la lecture.

S’applique à