Guard.CanRead(Stream, String) Method

Definition

Asserts that the input Stream instance must support reading.

public static void CanRead (System.IO.Stream stream, string name);
static member CanRead : System.IO.Stream * string -> unit
Public Shared Sub CanRead (stream As Stream, name As String)

Parameters

stream
Stream

The input Stream instance to test.

name
String

The name of the input parameter being tested.

Exceptions

Thrown if stream doesn't support reading.

Applies to