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

Gets thrown when there is a problem with loading the skin.

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

Syntax

C#
protected GeneralLoadException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization..::.SerializationInfo

[Missing <param name="info"/> documentation for "M:Forcepoint.GUISS.GeneralLoadException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"]

context
Type: System.Runtime.Serialization..::.StreamingContext

[Missing <param name="context"/> documentation for "M:Forcepoint.GUISS.GeneralLoadException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"]

See Also