Share via


ParserVisitor.ThrowIfCanceled Method

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

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

Syntax

'Declaration
Public Overridable Sub ThrowIfCanceled
'Usage
Dim instance As ParserVisitor

instance.ThrowIfCanceled()
public virtual void ThrowIfCanceled()
public:
virtual void ThrowIfCanceled()
abstract ThrowIfCanceled : unit -> unit  
override ThrowIfCanceled : unit -> unit
public function ThrowIfCanceled()

Remarks

Throws an error if the visit is cancelled.

See Also

Reference

ParserVisitor Class

System.Web.Razor.Parser Namespace