Guard.CanWrite(Stream, String) Method

Definition

Asserts that the input Stream instance must support writing.

public static void CanWrite (System.IO.Stream stream, string name);
static member CanWrite : System.IO.Stream * string -> unit
Public Shared Sub CanWrite (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 writing.

Applies to