A runtime form designer control

FormDesignerException.ErrorCode Property

Gets an integer value identifying the error.

[Visual Basic]
Public Property ReadOnly ErrorCode As FormDesignerErrorConst
[C#]
public FormDesignerErrorConst ErrorCode { get; }
[C++]
public: __property FormDesignerErrorConst get_ErrorCode();
[JScript]
public function get ErrorCode() : FormDesignerErrorConst

See Also

FormDesignerException Class | Viklele.Win.Designer Namespace