CreativeNotLockedException Constructor (Int32, String, Exception)
                         | 
                    
                
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,
	Exception innerException
)
Public Sub New ( 
	creativeId As Integer,
	message As String,
	innerException As Exception
)
public:
CreativeNotLockedException(
	int creativeId, 
	String^ message, 
	Exception^ innerException
)
new : 
        creativeId : int * 
        message : string * 
        innerException : Exception -> CreativeNotLockedExceptionDMLibrary.CreativeNotLockedException = function(creativeId, message, innerException);
Parameters
- creativeId
 - Type: SystemInt32
The id of the creative not locked - message
 - Type: SystemString
Custom message - innerException
 - Type: SystemException
Inner Exception 
See Also