CreativeNotFoundException 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 CreativeNotFoundException(
int creativeId,
string message
)
Public Sub New (
creativeId As Integer,
message As String
)
public:
CreativeNotFoundException(
int creativeId,
String^ message
)
new :
creativeId : int *
message : string -> CreativeNotFoundException
DMLibrary.CreativeNotFoundException = function(creativeId, message);
Parameters
- creativeId
- Type: SystemInt32
The id of the creative not found - message
- Type: SystemString
Custom message
See Also