SalesBuy
1-855-856-7678
Technical SupportSupport
Asynchronous version of GetTopic(String) method.
Namespace: Microsoft.ServiceBus
public IAsyncResult BeginGetTopic( string path, AsyncCallback callback, Object state )
| Exception | Condition |
|---|---|
| ArgumentException |
path is empty or null, or path starts or ends with "/". |
| TimeoutException |
The operation times out. The timeout period is initialized through the NamespaceManagerSettings class. You may need to increase the value of the OperationTimeout property to avoid this exception if the timeout value is relatively low. |
| UnauthorizedAccessException |
The NamespaceManager object does not have sufficient permission to perform this operation. You should check to ensure that your NamespaceManager has the correct Credential credentials to perform this operation. |
| MessagingException |
An internal error or unexpected exception occurs. |