PagePorter Class Library

FpControlConverter.ErrorCode Enumeration

Describes the built-in return status of the ConvertAttribute method. All values except OK are errors.

[Visual Basic]
Public Enum FpControlConverter.ErrorCode
[C#]
public enum FpControlConverter.ErrorCode

Members

Member Name Description
OKThe conversion was successful.
UnknownBotNameThe "bot" name was incorrect for this control.
UnknownNameThe name parameter was unknown to the control.
UnknownValueThe value parameter was unknown to the control.
IllegalNameThe name parameter was illegal in this context.
IllegalValueThe value parameter was illegal in this context.

Requirements

Namespace: Parastream.Web.UI.Design

Assembly: FpCtrlsUIBase (in FpCtrlsUIBase.dll)

See Also

Parastream.Web.UI.Design Namespace