AttachmentBase コンストラクタ (Stream)
アセンブリ: System (system.dll 内)



Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


AttachmentBase コンストラクタ (String)
アセンブリ: System (system.dll 内)



Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


AttachmentBase コンストラクタ (Stream, ContentType)
アセンブリ: System (system.dll 内)

Protected Sub New ( _ contentStream As Stream, _ contentType As ContentType _ )
Dim contentStream As Stream Dim contentType As ContentType Dim instance As New AttachmentBase(contentStream, contentType)
protected AttachmentBase ( Stream contentStream, ContentType contentType )
protected: AttachmentBase ( Stream^ contentStream, ContentType^ contentType )
protected AttachmentBase ( Stream contentStream, ContentType contentType )
protected function AttachmentBase ( contentStream : Stream, contentType : ContentType )

例外の種類 | 条件 |
---|---|
ArgumentNullException | contentStream が null 参照 (Visual Basic では Nothing) です。 |
FormatException | contentType が有効な値ではありません。 |

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


AttachmentBase コンストラクタ (Stream, String)
アセンブリ: System (system.dll 内)

Dim contentStream As Stream Dim mediaType As String Dim instance As New AttachmentBase(contentStream, mediaType)


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


AttachmentBase コンストラクタ (String, ContentType)
アセンブリ: System (system.dll 内)

Protected Sub New ( _ fileName As String, _ contentType As ContentType _ )
Dim fileName As String Dim contentType As ContentType Dim instance As New AttachmentBase(fileName, contentType)
protected AttachmentBase ( string fileName, ContentType contentType )
protected: AttachmentBase ( String^ fileName, ContentType^ contentType )
protected AttachmentBase ( String fileName, ContentType contentType )
protected function AttachmentBase ( fileName : String, contentType : ContentType )

例外の種類 | 条件 |
---|---|
ArgumentNullException | fileName が null 参照 (Visual Basic では Nothing) です。 |
FormatException | contentType が有効な値ではありません。 |

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


AttachmentBase コンストラクタ (String, String)
アセンブリ: System (system.dll 内)

Dim fileName As String Dim mediaType As String Dim instance As New AttachmentBase(fileName, mediaType)


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


AttachmentBase コンストラクタ

名前 | 説明 |
---|---|
AttachmentBase (Stream) | 指定した Stream を使用して AttachmentBase をインスタンス化します。 |
AttachmentBase (String) | 指定したファイル名を使用して、AttachmentBase をインスタンス化します。 |
AttachmentBase (Stream, ContentType) | 指定した Stream および ContentType を使用して、AttachmentBase をインスタンス化します。 |
AttachmentBase (Stream, String) | 指定した Stream およびメディア タイプを使用して、AttachmentBase をインスタンス化します。 |
AttachmentBase (String, ContentType) | 指定したファイル名およびコンテンツ タイプを使用して、AttachmentBase をインスタンス化します。 |
AttachmentBase (String, String) | 指定したファイル名およびメディア タイプを使用して、AttachmentBase をインスタンス化します。 |

- AttachmentBase コンストラクタのページへのリンク