class P1::CameraSdk::PropertyValueNotInListException

#include <P1CameraExceptions.hpp>

class PropertyValueNotInListException: public P1::CameraSdk::SdkException
{
public:
    // construction

    PropertyValueNotInListException(ErrorCode code);
};

Inherited Members

public:
    // fields

    ErrorCode mErrorCode;