Click or drag to resize

CADSharpToolsPDMExceptionMessages_e Enumeration

Contains all of the CADSharpToolsPDMException's message.

Namespace:  CADSharpTools_e
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public enum CADSharpToolsPDMExceptionMessages_e
Members
  Member nameValueDescription
FileMustBeCheckedOut1 File must be checked out.
UnableToGetFolderOfFile2 Unable to get the parent folder of the file object.
SQLHandlerConnectionStringNull3 SQLHandler connection string property is null or empty.
UnknownExtension4 File has an unknown extension.
AssemblyOnly5 Only assembly files are supported by this method.
MaterialDatabaseCountZero6 No SOLIDWORKS material library was found.
UndefinedMeasurement7 Undefined measurement unit or incomplete implementation.
NoLocalCopy8 The specified file has no local copy.
FailedToLaunchSW9 The application class failed to launch SOLIDWORKS.
Remarks
The enumerators' descriptions are stored in the Message property of [!:CADSharpTools.Commons.CADSharpToolsPDMException].
See Also