ErrorSink Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to manage RazorErrors encountered during the Razor parsing phase.
public ref class ErrorSink
public class ErrorSink
type ErrorSink = class
Public Class ErrorSink
- Inheritance
-
ErrorSink
Constructors
| ErrorSink() |
Instantiates a new instance of ErrorSink. |
Properties
| Errors |
RazorErrors collected. |
Methods
| OnError(RazorError) |
Tracks the given |
| OnError(SourceLocation, String, Int32) |
Creates and tracks a new RazorError. |