共用方式為


RazorError 類別

定義

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)
繼承
RazorError
實作

建構函式

RazorError()

僅用於還原序列化。

RazorError(String, Int32, Int32, Int32, Int32)
RazorError(String, SourceLocation, Int32)

屬性

Length

取得或設定錯誤文字的長度。

Location

取得 (或設定) 錯誤文字的開始位置。

Message

取得 (或設定描述錯誤的訊息) 。

方法

Equals(Object)
Equals(RazorError)
GetHashCode()
ToString()

適用於