External |
Exception | Condition |
---|---|
InvalidOperationException | The service is not public, thus the access key cannot be obtained. |
The service must be declared as public in order for callers be able to invoke this method. Services that are not public can be executed only by their owners (the ones who registered it).
Most services are not public and may only be executed by their respective owners. To see whether a service was declared as public, call the GetOptions method and check the IsPublic property.