internal StorageQueryExceptionHandler(IStorageQueryExecutor parentExecutor, Type exceptionType)
 {
     ParentExecutor = parentExecutor;
     ExceptionType  = exceptionType;
 }
 internal StorageQueryExceptionHandler(IStorageQueryExecutor parentExecutor, Type exceptionType)
 {
     ParentExecutor = parentExecutor;
     ExceptionType = exceptionType;
 }