Initializes a new instance of the
CodeError struct.
Инициализирует новый экземпляр класса
Object.
Пространство имён:
Tessa.Views.Validation
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксисpublic CodeError(
ValidationKey key,
int position,
IEnumerable<string> details = null
)
Public Sub New (
key As ValidationKey,
position As Integer,
Optional details As IEnumerable(Of String) = Nothing
)
public:
CodeError(
ValidationKey^ key,
int position,
IEnumerable<String^>^ details = nullptr
)
new :
key : ValidationKey *
position : int *
?details : IEnumerable<string>
(* Defaults:
let _details = defaultArg details null
*)
-> CodeErrorПараметры
- key
- Тип: Tessa.Platform.ValidationValidationKey
Идентификатор ошибки
- position
- Тип: SystemInt32
Позиция в тексте где произошла ошибка
- details (Optional)
- Тип: System.Collections.GenericIEnumerableString
Детали ошибки
См. также