InvalidTemplateException Constructor
In This Topic
Initializes a new instance of the InvalidTemplateException class with a specified error
message.
Syntax
public InvalidTemplateException(
System.string
)
Parameters
- message
- The message that describes the error.
See Also