CompilerError::FileName Property

 

Gets or sets the file name of the source file that contains the code which caused the error.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
property String^ FileName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The file name of the source file that contains the code which caused the error.

.NET Framework
Available since 1.1
Return to top
Show: