public void ProcessText(
string text
)Public Sub ProcessText (
text As String
)public:
void ProcessText(
String^ text
)member ProcessText :
text : string -> unit | 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. |