Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.