|
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)
Syntaxpublic enum CADSharpToolsPDMExceptionMessages_e
Public Enumeration CADSharpToolsPDMExceptionMessages_e
Members
| Member name | Value | Description |
---|
| FileMustBeCheckedOut | 1 |
File must be checked out.
|
| UnableToGetFolderOfFile | 2 |
Unable to get the parent folder of the file object.
|
| SQLHandlerConnectionStringNull | 3 |
SQLHandler connection string property is null or empty.
|
| UnknownExtension | 4 |
File has an unknown extension.
|
| AssemblyOnly | 5 |
Only assembly files are supported by this method.
|
| MaterialDatabaseCountZero | 6 |
No SOLIDWORKS material library was found.
|
| UndefinedMeasurement | 7 |
Undefined measurement unit or incomplete implementation.
|
| NoLocalCopy | 8 |
The specified file has no local copy.
|
| FailedToLaunchSW | 9 |
The application class failed to launch SOLIDWORKS.
|
Remarks
The enumerators' descriptions are stored in the
Message property of
[!:CADSharpTools.Commons.CADSharpToolsPDMException].
See Also