AspScriptErrorMessage Property

MSBuild

The AspScriptErrorMessage property specifies the error message to send to the browser if specific debugging errors are not sent to the client (if AspScriptErrorSentToBrowser is set to false).


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property AspScriptErrorMessage As String
C#
public string AspScriptErrorMessage { get; set; }
C++
public property string AspScriptErrorMessage sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_AspScriptErrorMessage();

/** property */
public void set_AspScriptErrorMessage(string value);
JScript
public function get AspScriptErrorMessage() : String

public function set AspScriptErrorMessage(value : String);

Property Value

Value indicating if AspScriptErrorMessage is enabled or disabled.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.