class P1::CameraSdk::AnotherThreadPendingExc

#include <P1CameraExceptions.hpp>

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

    AnotherThreadPendingExc(ErrorCode errorcode);
};

Inherited Members

public:
    // fields

    ErrorCode mErrorCode;