[This is preliminary documentation and is subject to change.]

Gets thrown when not all of the Required Controls are available on the FormWindow.

Namespace:  Forcepoint.GUISS
Assembly:  Forcepoint.GUISS (in Forcepoint.GUISS.dll) Version: 0.2.0.1 (0.2.0.1)

Syntax

C#
public MissingRequiredControlException(
	string message,
	string controlName,
	string controlType
)

Parameters

message
Type: System..::.String

[Missing <param name="message"/> documentation for "M:Forcepoint.GUISS.MissingRequiredControlException.#ctor(System.String,System.String,System.String)"]

controlName
Type: System..::.String

[Missing <param name="controlName"/> documentation for "M:Forcepoint.GUISS.MissingRequiredControlException.#ctor(System.String,System.String,System.String)"]

controlType
Type: System..::.String

[Missing <param name="controlType"/> documentation for "M:Forcepoint.GUISS.MissingRequiredControlException.#ctor(System.String,System.String,System.String)"]

See Also