'Declaration Public Overloads Sub ShowTopic( _ ByVal contextID As System.Integer _ )
public void ShowTopic( System.int contextID )
Parameters
- contextID
- Context id representing the topic.
'Declaration Public Overloads Sub ShowTopic( _ ByVal contextID As System.Integer _ )
public void ShowTopic( System.int contextID )
Exception | Description |
---|---|
System.ArgumentException | specified context id is unknown. |