This documentation is archived and is not being maintained.

HttpCompileException.SourceCode Property

Gets a string containing the source code being compiled when the error occurs.

[Visual Basic]
Public ReadOnly Property SourceCode As String
[C#]
public string SourceCode {get;}
[C++]
public: __property String* get_SourceCode();
[JScript]
public function get SourceCode() : String;

Property Value

The source code being compiled when the error occurs.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpCompileException Class | HttpCompileException Members | System.Web Namespace

Show: