Show / Hide Table of Contents

Class EditorTypeErrorAttribute

Define an error message for cases where the data given cannot be stored in parameter type.

Inheritance
System.Object
EditorTypeErrorAttribute
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class EditorTypeErrorAttribute : Attribute

Constructors

| Improve this Doc View Source

EditorTypeErrorAttribute(String)

Constructor for a field attribute defining an error message

Declaration
public EditorTypeErrorAttribute(string msg)
Parameters
Type Name Description
System.String msg

Error message

Properties

| Improve this Doc View Source

Msg

Error message

Declaration
public string Msg { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX