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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
[SerializableAttribute]
public class VGInvalidTargetTypeException : Exception
Visual Basic
<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