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

Gets thrown when there's a problem Registering a Control.

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

Syntax

C#
public ControlRegisteringException(
	string message,
	Exception innerException
)

Parameters

message
Type: System..::.String

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

innerException
Type: System..::.Exception

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

See Also