Share via


RazorError.Message Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the error message.

Namespace:  System.Web.Razor.Parser.SyntaxTree
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Property Message As String 
    Get 
    Private Set
'Usage
Dim instance As RazorError 
Dim value As String 

value = instance.Message
public string Message { get; private set; }
public:
property String^ Message {
    String^ get ();
    private: void set (String^ value);
}
member Message : string with get, private set
function get Message () : String 
private function set Message (value : String)

Property Value

Type: System.String
The error message.

See Also

Reference

RazorError Class

System.Web.Razor.Parser.SyntaxTree Namespace