BReadWriteMismatchException.h File Reference


Detailed Description

Provides an exception that indicates that the user has attempted to read from a data sink that is open for writing, or that the user has attempted to write to a data source that is open for reading.

#include "GeoCore.h"
#include "BDataManagerException.h"

Namespaces

namespace  GeoCore

Classes

class  BReadWriteMismatchException
 An exception that indicates that the user has attemted to read from a data sink that is open for writing, or that the user has attempted to write to a data source that is open for reading. More...

Defines

#define EXMSG_READ_WRITE_MISMATCH   L"Attempting to read a data source that is open for writing, or vice-versa"


Define Documentation

#define EXMSG_READ_WRITE_MISMATCH   L"Attempting to read a data source that is open for writing, or vice-versa"



GeoTranslate 5.0 From Blue Marble Geographics