'Declaration Public Overloads Sub ShowTopic( _ ByVal topicUrl As System.String _ )
public void ShowTopic( System.string topicUrl )
Parameters
- topicUrl
- String that represents the topic's internal URL.
'Declaration Public Overloads Sub ShowTopic( _ ByVal topicUrl As System.String _ )
public void ShowTopic( System.string topicUrl )
Exception | Description |
---|---|
System.ArgumentNullException | topicUrl is null. |