AttachmentBase Constructor (Stream^)
.NET Framework (current version)
Instantiates an AttachmentBase with the specified Stream.
Assembly: System (in System.dll)
Parameters
- contentStream
-
Type:
System.IO::Stream^
A stream containing the content for this attachment.
| Exception | Condition |
|---|---|
| ArgumentNullException | contentStream is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: