Click or drag to resize
LicenseValidatorIsNotLicensedException Method
Returns true if an Exception is caused by executing a protected method when no valid license is available.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public static bool IsNotLicensedException(
	this Exception ex
)

Parameters

ex
Type: SystemException

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Exception. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Version Information

Supported in: 1.0.0.0
See Also