ValidationError Constructor |
Namespace: Kjs.AppLife.Update.Engine.Core.DesignAssembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic ValidationError(
string errorText
)
Public Sub New (
errorText As String
)
public:
ValidationError(
String^ errorText
)
new :
errorText : string -> ValidationError
Parameters
- errorText
- Type: SystemString
A description of the error.
See Also