Click or drag to resize
RobotStudioLicenseException Class
This exception is thrown by certain API methods when the license check fails.
Inheritance Hierarchy
SystemObject
  SystemException
    ABB.Robotics.RobotStudioRobotStudioLicenseException

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public class RobotStudioLicenseException : Exception

The RobotStudioLicenseException type exposes the following members.

Constructors
  NameDescription
Public methodRobotStudioLicenseException(String)
Initializes a new instance of the RobotStudioLicenseException class.
Public methodRobotStudioLicenseException(String, Exception)
Initializes a new instance of the RobotStudioLicenseException class.
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public 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
Events
  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top
Extension Methods
  NameDescription
Public Extension MethodIsNotLicensedException
Returns true if an Exception is caused by executing a protected method when no valid license is available.
(Defined by LicenseValidator.)
Top
Remarks
This exception is not thrown by the LicenseValidator
Version Information

Supported in: 1.0.0.0
See Also