Hi all,
I'm having trouble catching exceptions when using the rackspace cloudfiles api com.mosso.cloudfiles.
I have the dll referenced and can perform actions against my cloudfiles account, but when I want to try to catch an exception such as ContainerAlreadyExistsException
, I get the error The type or namespace cannot be found.
I've also tried referencing it with the fully qualified name com.mosso.cloudfiles.exceptions.ContainerAlreadyExistsException
, but then I get the same error on mossso.
Obviously I'm missing one key ingredient in my dish and I need some help identifying what I've left out.