CreativeLockingException Class
|
Alterian Email Manager 6.2.3 SDK Help File
Exception to be used within the lock creative mechanism
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic abstract class CreativeLockingException : Exception
Public MustInherit Class CreativeLockingException
Inherits Exception
public ref class CreativeLockingException abstract : public Exception
[<AbstractClassAttribute>]
type CreativeLockingException =
class
inherit Exception
end
DMLibrary.CreativeLockingException = function();
Type.createClass(
'DMLibrary.CreativeLockingException',
Exception);
The CreativeLockingException type exposes the following members.
Properties | Name | Description |
---|
 | CreativeId |
CreativeId affected by the exception
|
Top
See Also