This method processes text
Namespace: XMLCommentsExamplesAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
Parameters
- text
- Type: System String
The text to process
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | This is thrown if the text parameter is null. |
ArgumentException | This is thrown if the text parameter is an empty string. |
InvalidOperationException | This is thrown because the method is not currently implemented. |
See Also