Click or drag to resize

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.
Inheritance Hierarchy
SystemObject
  SystemException
    Novalys.VisualGuard.SecurityVGInvalidTargetTypeException

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
[SerializableAttribute]
public class VGInvalidTargetTypeException : Exception

The VGInvalidTargetTypeException type exposes the following members.

Constructors
  NameDescription
Public methodVGInvalidTargetTypeException(String)
Initializes a newly created instance of VGInvalidTargetTypeException
Public methodVGInvalidTargetTypeException(SerializationInfo, StreamingContext)
Serialization constructor
Public methodVGInvalidTargetTypeException(String, Exception)
Initializes a newly created instance of VGInvalidTargetTypeException
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Protected propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
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...".
See Also