Exception thrown when an action must be executed on a target and the target type cannot be found in the current application domain.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
[SerializableAttribute]
public class VGInvalidTargetTypeException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class VGInvalidTargetTypeException _
	Inherits Exception

Remarks

If this exception is thrown in your application, you must correct the action by using the Visual Guard console. You can check the all actions defined in a repository by right-clicking the application and selecting the option "Action/Check Actions...".

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Novalys.VisualGuard.Security..::.VGInvalidTargetTypeException

See Also