RazorError 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.
public ref class RazorError : IEquatable<Microsoft::AspNetCore::Razor::RazorError ^>
public class RazorError : IEquatable<Microsoft.AspNetCore.Razor.RazorError>
type RazorError = class
interface IEquatable<RazorError>
Public Class RazorError
Implements IEquatable(Of RazorError)
- Inheritance
-
RazorError
- Implements
Constructors
| RazorError() |
Used only for deserialization. |
| RazorError(String, Int32, Int32, Int32, Int32) | |
| RazorError(String, SourceLocation, Int32) | |
Properties
| Length |
Gets or sets the length of the erroneous text. |
| Location |
Gets (or sets) the start position of the erroneous text. |
| Message |
Gets (or sets) the message describing the error. |
Methods
| Equals(Object) | |
| Equals(RazorError) | |
| GetHashCode() | |
| ToString() |