LinkedResource Constructor (Stream^)

 

Initializes a new instance of LinkedResource using the supplied Stream.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

public:
LinkedResource(
	Stream^ contentStream
)

Parameters

contentStream
Type: System.IO::Stream^

A stream that contains the content for this embedded resource.

Exception Condition
ArgumentNullException

contentStream is null.

.NET Framework
Available since 2.0
Return to top
Show: