class P1::CameraSdk::PropertyTypeNotFoundExc

#include <P1CameraExceptions.hpp>

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

    PropertyTypeNotFoundExc(ErrorCode errorCode);
};

Inherited Members

public:
    // fields

    ErrorCode mErrorCode;