| FileLockLastException Property |
Gets the last Exception that occurred (null if none occurred).
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.25.4.0
Syntaxpublic Exception LastException { get; }Public ReadOnly Property LastException As Exception
Get
public:
property Exception^ LastException {
Exception^ get ();
}Property Value
Type:
Exception
See Also