CreativeNotLockedException Constructor (Int32, String)
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            Constructor
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic CreativeNotLockedException(
	int creativeId,
	string message
)
Public Sub New ( 
	creativeId As Integer,
	message As String
)
public:
CreativeNotLockedException(
	int creativeId, 
	String^ message
)
new : 
        creativeId : int * 
        message : string -> CreativeNotLockedExceptionDMLibrary.CreativeNotLockedException = function(creativeId, message);
Parameters
- creativeId
 - Type: SystemInt32
The id of the creative not locked - message
 - Type: SystemString
Custom message 
See Also