HttpCompileException::Message Property

 

Gets a message that describes the reason for the current exception.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ Message {
	virtual String^ get() override;
}

Property Value

Type: System::String^

A string that describes the first compilation error listed in the compiler results. If no compiler results were provided, the property returns the error message provided for this exception, or an empty string (""), if no error message was provided.

.NET Framework
Available since 2.0
Return to top
Show: