| ApiControllerManagerRegister Method |
Namespace: CMS.WebApi
public void Register( Type controllerType )
| Exception | Condition |
|---|---|
| ArgumentNullException | The type of API controller is not specified. |
| ArgumentException | The specified type does not inherit from the ApiController class. |