Sample ClassProcess Text Method
This method processes text
Definition
Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public void ProcessText(
string text
)VB
Public Sub ProcessText (
text As String
)C++
public:
void ProcessText(
String^ text
)F#
member ProcessText :
text : string -> unit Parameters
- text String
- The text to process
Exceptions
| 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. |