ScriptWriterException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ScriptWriterException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ScriptWriterException() | Initializes a new instance of the ScriptWriterException class. | |
ScriptWriterException(String) | Initializes a new instance of the ScriptWriterException class, specifying the exception message. | |
ScriptWriterException(String, Exception) | Initializes a new instance of the ScriptWriterException class, specifying the exception message, and the exception which caused the exception. |
Top