Share via


SymbolBase<TType>.Errors Property

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

Gets the razor error.

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Property Errors As IEnumerable(Of RazorError)
    Get 
    Private Set
'Usage
Dim instance As SymbolBase 
Dim value As IEnumerable(Of RazorError)

value = instance.Errors
public IEnumerable<RazorError> Errors { get; private set; }
public:
property IEnumerable<RazorError^>^ Errors {
    IEnumerable<RazorError^>^ get ();
    private: void set (IEnumerable<RazorError^>^ value);
}
member Errors : IEnumerable<RazorError> with get, private set
function get Errors () : IEnumerable<RazorError>
private function set Errors (value : IEnumerable<RazorError>)

Property Value

Type: System.Collections.Generic.IEnumerable<RazorError>
The razor error.

See Also

Reference

SymbolBase<TType> Class

System.Web.Razor.Tokenizer.Symbols Namespace