Stream.ValidateCopyToArguments(Stream, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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.