LinkedResource Constructor (String^)

 

Initializes a new instance of LinkedResource using the specified file name.

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

public:
LinkedResource(
	String^ fileName
)

Parameters

fileName
Type: System::String^

The file name holding the content for this embedded resource.

Exception Condition
ArgumentNullException

fileName is null.

.NET Framework
Available since 2.0
Return to top
Show: