HttpCompileException::Message Property
.NET Framework (current version)
Gets a message that describes the reason for the current exception.
Assembly: System.Web (in System.Web.dll)
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.
Implements
_Exception::Message
.NET Framework
Available since 2.0
Available since 2.0
Show: