Visual Guard Class Library Documentation

VGInvalidTargetTypeException Class

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

For a list of all members of this type, see VGInvalidTargetTypeException Members.

System.Object
   Exception
      VGInvalidTargetTypeException

public class VGInvalidTargetTypeException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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...".

Requirements

Namespace: Novalys.VisualGuard.Security

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

VGInvalidTargetTypeException Members | Novalys.VisualGuard.Security Namespace